#26CAB8

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

Shades of Light Sea Green #26CAB8

Tints of Light Sea Green #26CAB8

Color information

#26CAB8 (or 0x26CAB8) is unknown color: approx Light Sea Green. HEX triplet: 26, CA and B8. RGB value is (38,202,184). Sum of RGB (Red+Green+Blue) = 38+202+184=424 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.96% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CAB8 is #D93547. Grayscale: #969696. Windows color (decimal): -14234952 or 12110374. OLE color: 12110374.

HSL color Cylindrical-coordinate representation of color #26CAB8: hue angle of 173.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CAB8 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB38202184-
CMYK0.8100.090.21
HSL173.41º68.33%47.06%-
HSV(B)173.41º81.19%79.22%-
XYZ30.5746.1152.64-
YUV150.91146.6747.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.96%
GREEN value IS 202 (79.30% from 255) = 47.64%
BLUE value IS 184 (72.27% from 255) = 43.40%
R=8.96%
G=47.64%
B=43.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal382021840.8100.090.21173.4168.3347.06
Hex26CAB8510915ad442f
Octal463122701210112525510457
Binary100110110010101011100010100010100110101101011011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,202,184); }

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

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

 a { background-color: rgb(38,202,184); }

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

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

 span { border-color: rgb(38,202,184); }

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