#0BBCAD

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

Shades of Light Sea Green #0BBCAD

Tints of Light Sea Green #0BBCAD

Color information

#0BBCAD (or 0x0BBCAD) is unknown color: approx Light Sea Green. HEX triplet: 0B, BC and AD. RGB value is (11,188,173). Sum of RGB (Red+Green+Blue) = 11+188+173=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCAD is #F44352. Grayscale: #858585. Windows color (decimal): -16008019 or 11385867. OLE color: 11385867.

HSL color Cylindrical-coordinate representation of color #0BBCAD: hue angle of 174.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 #0BBCAD is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB11188173-
CMYK0.9400.080.26
HSL174.92º88.94%39.02%-
HSV(B)174.92º94.15%73.73%-
XYZ25.6639.0545.72-
YUV133.37150.3640.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 188 (73.83% from 255) = 50.54%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=2.96%
G=50.54%
B=46.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111881730.9400.080.26174.9288.9439.02
HexBBCAD5E081Aaf5927
Octal132742551360103225713147
Binary1011101111001010110110111100100011010101011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,188,173); }

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

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

 a { background-color: rgb(11,188,173); }

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

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

 span { border-color: rgb(11,188,173); }

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