#26BC9E

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

Shades of Light Sea Green #26BC9E

Tints of Light Sea Green #26BC9E

Color information

#26BC9E (or 0x26BC9E) is unknown color: approx Light Sea Green. HEX triplet: 26, BC and 9E. RGB value is (38,188,158). Sum of RGB (Red+Green+Blue) = 38+188+158=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BC9E is #D94361. Grayscale: #8B8B8B. Windows color (decimal): -14238562 or 10402854. OLE color: 10402854.

HSL color Cylindrical-coordinate representation of color #26BC9E: hue angle of 168º 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 #26BC9E is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB38188158-
CMYK0.8000.160.26
HSL168º66.37%44.31%-
HSV(B)168º79.79%73.73%-
XYZ24.9538.8538.53-
YUV139.73138.355.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.90%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=9.90%
G=48.96%
B=41.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381881580.8000.160.2616866.3744.31
Hex26BC9E500101Aa8422c
Octal462742361200203225010254
Binary1001101011110010011110101000001000011010101010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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