#26BCA2

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

Shades of Light Sea Green #26BCA2

Tints of Light Sea Green #26BCA2

Color information

#26BCA2 (or 0x26BCA2) is unknown color: approx Light Sea Green. HEX triplet: 26, BC and A2. RGB value is (38,188,162). Sum of RGB (Red+Green+Blue) = 38+188+162=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #26BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BCA2 is #D9435D. Grayscale: #8C8C8C. Windows color (decimal): -14238558 or 10664998. OLE color: 10664998.

HSL color Cylindrical-coordinate representation of color #26BCA2: hue angle of 169.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BCA2 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB38188162-
CMYK0.8000.140.26
HSL169.6º66.37%44.31%-
HSV(B)169.6º79.79%73.73%-
XYZ25.338.9940.37-
YUV140.19140.355.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.79%
GREEN value IS 188 (73.83% from 255) = 48.45%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=9.79%
G=48.45%
B=41.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381881620.8000.140.26169.666.3744.31
Hex26BCA2500E1Aaa422c
Octal462742421200163225210254
Binary100110101111001010001010100000111011010101010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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