#0BBBA4

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

Shades of Light Sea Green #0BBBA4

Tints of Light Sea Green #0BBBA4

Color information

#0BBBA4 (or 0x0BBBA4) is unknown color: approx Light Sea Green. HEX triplet: 0B, BB and A4. RGB value is (11,187,164). Sum of RGB (Red+Green+Blue) = 11+187+164=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBA4 is #F4445B. Grayscale: #838383. Windows color (decimal): -16008284 or 10795787. OLE color: 10795787.

HSL color Cylindrical-coordinate representation of color #0BBBA4: hue angle of 172.16º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBA4 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB11187164-
CMYK0.9400.120.27
HSL172.16º88.89%38.82%-
HSV(B)172.16º94.12%73.33%-
XYZ24.6138.2941.22-
YUV131.75146.1941.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.04%
GREEN value IS 187 (73.44% from 255) = 51.66%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=3.04%
G=51.66%
B=45.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111871640.9400.120.27172.1688.8938.82
HexBBBA45E0C1Bac5927
Octal132732441360143325413147
Binary1011101110111010010010111100110011011101011001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BBBA4; }

 p { color: rgb(11,187,164); }

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

<style>
 a { background-color: #0BBBA4; }

 a { background-color: rgb(11,187,164); }

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

<style>
 span { border-color: #0BBBA4; }

 span { border-color: rgb(11,187,164); }

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