#26B5A2

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

Shades of Light Sea Green #26B5A2

Tints of Light Sea Green #26B5A2

Color information

#26B5A2 (or 0x26B5A2) is unknown color: approx Light Sea Green. HEX triplet: 26, B5 and A2. RGB value is (38,181,162). Sum of RGB (Red+Green+Blue) = 38+181+162=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #26B5A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B5A2 is #D94A5D. Grayscale: #888888. Windows color (decimal): -14240350 or 10663206. OLE color: 10663206.

HSL color Cylindrical-coordinate representation of color #26B5A2: hue angle of 172.03º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B5A2 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB38181162-
CMYK0.7900.100.29
HSL172.03º65.3%42.94%-
HSV(B)172.03º79.01%70.98%-
XYZ23.8436.0739.89-
YUV136.08142.6258.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 162 (63.67% from 255) = 42.52%
R=9.97%
G=47.51%
B=42.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381811620.7900.100.29172.0365.342.94
Hex26B5A24F0A1Dac412b
Octal462652421170123525410153
Binary100110101101011010001010011110101011101101011001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,181,162); }

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

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

 a { background-color: rgb(38,181,162); }

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

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

 span { border-color: rgb(38,181,162); }

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