Html Css Color HEX #0BBAAA Light Sea Green

📋 copy color: '#0BBAAA'

red 11 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #0BBAAA

Tints of Light Sea Green #0BBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

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

R = 3%
G = 50.68%
B = 46.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0BBAAA (or 0x0BBAAA) is known color: Light Sea Green. HEX triplet: 0B, BA and AA. RGB value is (11,186,170). Sum of RGB (Red+Green+Blue) = 11+186+170=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBAAA is #F44555. Grayscale: #838383. Windows color (decimal): -16008534 or 11188747. OLE color: 11188747.

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

Color convert

RGB 11 186 170 -
CMYK 0.94 0 0.09 0.27
HSL 174.51º 0.89% 0.39% -
HSV(B) 174.51º 0.94% 0.73% -
XYZ 24.95 38.09 44.07 -
YUV 131.85 149.52 41.8 -
System Red Green Blue C M Y K H S L
Decimal 11 186 170 0.94 0 0.09 0.27 174.51 0.89 0.39
Hex B BA AA 5E 0 9 1B AF 59 27
Octal 13 272 252 136 0 11 33 257 131 47
Binary 1011 10111010 10101010 1011110 0 1001 11011 10101111 1011001 100111

Color Harmonies of #0BBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAAA

Black with #0BBAAA

Text Example


Text Example

White with #0BBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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