#26C6B0

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

Shades of Light Sea Green #26C6B0

Tints of Light Sea Green #26C6B0

Color information

#26C6B0 (or 0x26C6B0) is unknown color: approx Light Sea Green. HEX triplet: 26, C6 and B0. RGB value is (38,198,176). Sum of RGB (Red+Green+Blue) = 38+198+176=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #26C6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C6B0 is #D9394F. Grayscale: #939393. Windows color (decimal): -14235984 or 11585062. OLE color: 11585062.

HSL color Cylindrical-coordinate representation of color #26C6B0: hue angle of 171.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 #26C6B0 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB38198176-
CMYK0.8100.110.22
HSL171.75º67.8%46.27%-
HSV(B)171.75º80.81%77.65%-
XYZ28.8343.9348.04-
YUV147.65143.9949.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.22%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=9.22%
G=48.06%
B=42.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381981760.8100.110.22171.7567.846.27
Hex26C6B0510B16ac442e
Octal463062601210132625410456
Binary100110110001101011000010100010101110110101011001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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