#0BBDA8

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

Shades of Light Sea Green #0BBDA8

Tints of Light Sea Green #0BBDA8

Color information

#0BBDA8 (or 0x0BBDA8) is unknown color: approx Light Sea Green. HEX triplet: 0B, BD and A8. RGB value is (11,189,168). Sum of RGB (Red+Green+Blue) = 11+189+168=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDA8 is #F44257. Grayscale: #858585. Windows color (decimal): -16007768 or 11058443. OLE color: 11058443.

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

Color convert

RGB11189168-
CMYK0.9400.110.26
HSL172.92º89%39.22%-
HSV(B)172.92º94.18%74.12%-
XYZ25.439.2943.29-
YUV133.38147.5340.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.99%
GREEN value IS 189 (74.22% from 255) = 51.36%
BLUE value IS 168 (66.02% from 255) = 45.65%
R=2.99%
G=51.36%
B=45.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111891680.9400.110.26172.928939.22
HexBBDA85E0B1Aad5927
Octal132752501360133225513147
Binary1011101111011010100010111100101111010101011011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,189,168); }

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

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

 a { background-color: rgb(11,189,168); }

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

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

 span { border-color: rgb(11,189,168); }

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