#26BFB8

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

Shades of Light Sea Green #26BFB8

Tints of Light Sea Green #26BFB8

Color information

#26BFB8 (or 0x26BFB8) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and B8. RGB value is (38,191,184). Sum of RGB (Red+Green+Blue) = 38+191+184=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BFB8 is #D94047. Grayscale: #909090. Windows color (decimal): -14237768 or 12107558. OLE color: 12107558.

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

Color convert

RGB38191184-
CMYK0.8000.040.25
HSL177.25º66.81%44.9%-
HSV(B)177.25º80.1%74.9%-
XYZ28.0841.1351.81-
YUV144.45150.3152.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.20%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 184 (72.27% from 255) = 44.55%
R=9.20%
G=46.25%
B=44.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911840.8000.040.25177.2566.8144.9
Hex26BFB8500419b1432d
Octal46277270120043126110355
Binary10011010111111101110001010000010011001101100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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