#08BFB1

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

Shades of Light Sea Green #08BFB1

Tints of Light Sea Green #08BFB1

Color information

#08BFB1 (or 0x08BFB1) is unknown color: approx Light Sea Green. HEX triplet: 08, BF and B1. RGB value is (8,191,177). Sum of RGB (Red+Green+Blue) = 8+191+177=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BFB1 is #F7404E. Grayscale: #868686. Windows color (decimal): -16203855 or 11648776. OLE color: 11648776.

HSL color Cylindrical-coordinate representation of color #08BFB1: hue angle of 175.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BFB1 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB8191177-
CMYK0.9600.070.25
HSL175.41º91.96%39.02%-
HSV(B)175.41º95.81%74.9%-
XYZ26.6740.4948-
YUV134.69151.8737.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=2.13%
G=50.80%
B=47.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81911770.9600.070.25175.4191.9639.02
Hex8BFB1600719af5c27
Octal10277261140073125713447
Binary100010111111101100011100000011111001101011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BFB1; }

 p { color: rgb(8,191,177); }

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

<style>
 a { background-color: #08BFB1; }

 a { background-color: rgb(8,191,177); }

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

<style>
 span { border-color: #08BFB1; }

 span { border-color: rgb(8,191,177); }

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