#26cab1

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

Shades of Light Sea Green #26CAB1

Tints of Light Sea Green #26CAB1

Color information

#26CAB1 (or 0x26CAB1) is unknown color: approx Light Sea Green. HEX triplet: 26, CA and B1. RGB value is (38,202,177). Sum of RGB (Red+Green+Blue) = 38+202+177=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CAB1 is #D9354E. Grayscale: #969696. Windows color (decimal): -14234959 or 11651622. OLE color: 11651622.

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

Color convert

RGB38202177-
CMYK0.8100.120.21
HSL170.85º68.33%47.06%-
HSV(B)170.85º81.19%79.22%-
XYZ29.8645.8348.87-
YUV150.11143.1748.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.11%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=9.11%
G=48.44%
B=42.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal382021770.8100.120.21170.8568.3347.06
Hex26CAB1510C15ab442f
Octal463122611210142525310457
Binary100110110010101011000110100010110010101101010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26cab1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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