Html Css Color HEX #0BBCAA Light Sea Green

📋 copy color: '#0BBCAA'

red 11 ◦ green 188 ◦ blue 170

#0BBCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0BBCAA

Tints of Light Sea Green #0BBCAA

RGB

 RED value IS 11 (4.69% from 255) = 2.98%

 GREEN value IS 188 (73.83% from 255) = 50.95%

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 2.98%
G = 50.95%
B = 46.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#0BBCAA (or 0x0BBCAA) is known color: Light Sea Green. HEX triplet: 0B, BC and AA. RGB value is (11,188,170). Sum of RGB (Red+Green+Blue) = 11+188+170=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCAA is #F44355. Grayscale: #848484. Windows color (decimal): -16008022 or 11189259. OLE color: 11189259.

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

Color convert

RGB 11 188 170 -
CMYK 0.94 0 0.10 0.26
HSL 173.9º 0.89% 0.39% -
HSV(B) 173.9º 0.94% 0.74% -
XYZ 25.38 38.94 44.21 -
YUV 133.03 148.86 40.96 -
System Red Green Blue C M Y K H S L
Decimal 11 188 170 0.94 0 0.10 0.26 173.9 0.89 0.39
Hex B BC AA 5E 0 A 1A AE 59 27
Octal 13 274 252 136 0 12 32 256 131 47
Binary 1011 10111100 10101010 1011110 0 1010 11010 10101110 1011001 100111

Color Harmonies of #0BBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCAA

Black with #0BBCAA

Text Example


Text Example

White with #0BBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BBCAA;
 }
 .AnyTagClassName
 {
   color: #0BBCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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