#26C2C0

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

Shades of Light Sea Green #26C2C0

Tints of Light Sea Green #26C2C0

Color information

#26C2C0 (or 0x26C2C0) is unknown color: approx Light Sea Green. HEX triplet: 26, C2 and C0. RGB value is (38,194,192). Sum of RGB (Red+Green+Blue) = 38+194+192=424 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.96% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #26C2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C2C0 is #D93D3F. Grayscale: #929292. Windows color (decimal): -14236992 or 12632614. OLE color: 12632614.

HSL color Cylindrical-coordinate representation of color #26C2C0: hue angle of 179.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C2C0 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB38194192-
CMYK0.8000.010.24
HSL179.23º67.24%45.49%-
HSV(B)179.23º80.41%76.08%-
XYZ29.6142.856.57-
YUV147.13153.3250.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.96%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 192 (75.39% from 255) = 45.28%
R=8.96%
G=45.75%
B=45.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal381941920.8000.010.24179.2367.2445.49
Hex26C2C0500118b3432d
Octal46302300120013026310355
Binary100110110000101100000010100000111000101100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,194,192); }

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

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

 a { background-color: rgb(38,194,192); }

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

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

 span { border-color: rgb(38,194,192); }

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