#26CAB0

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

Shades of Light Sea Green #26CAB0

Tints of Light Sea Green #26CAB0

Color information

#26CAB0 (or 0x26CAB0) is unknown color: approx Light Sea Green. HEX triplet: 26, CA and B0. RGB value is (38,202,176). Sum of RGB (Red+Green+Blue) = 38+202+176=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CAB0 is #D9354F. Grayscale: #959595. Windows color (decimal): -14234960 or 11586086. OLE color: 11586086.

HSL color Cylindrical-coordinate representation of color #26CAB0: hue angle of 170.49º 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 #26CAB0 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB38202176-
CMYK0.8100.130.21
HSL170.49º68.33%47.06%-
HSV(B)170.49º81.19%79.22%-
XYZ29.7645.7948.34-
YUV150142.6748.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.13%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 176 (69.14% from 255) = 42.31%
R=9.13%
G=48.56%
B=42.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal382021760.8100.130.21170.4968.3347.06
Hex26CAB0510D15aa442f
Octal463122601210152525210457
Binary100110110010101011000010100010110110101101010101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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