#26C4C6

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

Shades of Light Sea Green #26C4C6

Tints of Light Sea Green #26C4C6

Color information

#26C4C6 (or 0x26C4C6) is unknown color: approx Light Sea Green. HEX triplet: 26, C4 and C6. RGB value is (38,196,198). Sum of RGB (Red+Green+Blue) = 38+196+198=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #26C4C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C4C6 is #D93B39. Grayscale: #949494. Windows color (decimal): -14236474 or 13026342. OLE color: 13026342.

HSL color Cylindrical-coordinate representation of color #26C4C6: hue angle of 180.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C4C6 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38196198-
CMYK0.810.0100.22
HSL180.75º67.8%46.27%-
HSV(B)180.75º80.81%77.65%-
XYZ30.7343.9760.29-
YUV148.99155.6548.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.80%
GREEN value IS 196 (76.95% from 255) = 45.37%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=8.80%
G=45.37%
B=45.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381961980.810.0100.22180.7567.846.27
Hex26C4C6511016b5442e
Octal46304306121102626510456
Binary100110110001001100011010100011010110101101011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,196,198); }

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

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

 a { background-color: rgb(38,196,198); }

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

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

 span { border-color: rgb(38,196,198); }

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