#26c0b1

Color #26C0B1 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #26C0B1

Tints of Light Sea Green #26C0B1

Color information

#26C0B1 (or 0x26C0B1) is unknown color: approx Light Sea Green. HEX triplet: 26, C0 and B1. RGB value is (38,192,177). Sum of RGB (Red+Green+Blue) = 38+192+177=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #26C0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C0B1 is #D93F4E. Grayscale: #909090. Windows color (decimal): -14237519 or 11649062. OLE color: 11649062.

HSL color Cylindrical-coordinate representation of color #26C0B1: hue angle of 174.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C0B1 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB38192177-
CMYK0.8000.080.25
HSL174.16º66.96%45.1%-
HSV(B)174.16º80.21%75.29%-
XYZ27.5841.2948.11-
YUV144.24146.4852.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 9.34%
GREEN value IS 192 (75.39% from 255) = 47.17%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=9.34%
G=47.17%
B=43.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381921770.8000.080.25174.1666.9645.1
Hex26C0B1500819ae432d
Octal463002611200103125610355
Binary100110110000001011000110100000100011001101011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26c0b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26c0b1; }

 p { color: rgb(38,192,177); }

 H1.HeaderClassName
 {
   color: #26c0b1;
 }
 .AnyTagClassName
 {
   color: #26c0b1;
 }
</style>
background-color css

<style>
 a { background-color: #26c0b1; }

 a { background-color: rgb(38,192,177); }

 div.DivClassName
 {
   background-color: #26c0b1;
 }
 .BgClassName
 {
   background-color: #26c0b1;
 }
</style>
border-color css

<style>
 span { border-color: #26c0b1; }

 span { border-color: rgb(38,192,177); }

 td.TdClassName
 {
   border-color: #26c0b1;
 }
 .TagClassName
 {
   border-color: #26c0b1;
 }
</style>