#26B8A4

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

Shades of Light Sea Green #26B8A4

Tints of Light Sea Green #26B8A4

Color information

#26B8A4 (or 0x26B8A4) is unknown color: approx Light Sea Green. HEX triplet: 26, B8 and A4. RGB value is (38,184,164). Sum of RGB (Red+Green+Blue) = 38+184+164=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #26B8A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B8A4 is #D9475B. Grayscale: #8A8A8A. Windows color (decimal): -14239580 or 10795046. OLE color: 10795046.

HSL color Cylindrical-coordinate representation of color #26B8A4: hue angle of 171.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B8A4 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB38184164-
CMYK0.7900.110.28
HSL171.78º65.77%43.53%-
HSV(B)171.78º79.35%72.16%-
XYZ24.6437.3741.04-
YUV138.07142.6356.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.84%
GREEN value IS 184 (72.27% from 255) = 47.67%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=9.84%
G=47.67%
B=42.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal381841640.7900.110.28171.7865.7743.53
Hex26B8A44F0B1Cac422c
Octal462702441170133425410254
Binary100110101110001010010010011110101111100101011001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,184,164); }

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

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

 a { background-color: rgb(38,184,164); }

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

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

 span { border-color: rgb(38,184,164); }

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