Html Css Color HEX #0BBAA5 Light Sea Green

📋 copy color: '#0BBAA5'

red 11 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #0BBAA5

Tints of Light Sea Green #0BBAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.58%

R = 3.04%
G = 51.38%
B = 45.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#0BBAA5 (or 0x0BBAA5) is known color: Light Sea Green. HEX triplet: 0B, BA and A5. RGB value is (11,186,165). Sum of RGB (Red+Green+Blue) = 11+186+165=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBAA5 is #F4455A. Grayscale: #838383. Windows color (decimal): -16008539 or 10861067. OLE color: 10861067.

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

Color convert

RGB 11 186 165 -
CMYK 0.94 0 0.11 0.27
HSL 172.8º 0.89% 0.39% -
HSV(B) 172.8º 0.94% 0.73% -
XYZ 24.49 37.91 41.62 -
YUV 131.28 147.02 42.21 -
System Red Green Blue C M Y K H S L
Decimal 11 186 165 0.94 0 0.11 0.27 172.8 0.89 0.39
Hex B BA A5 5E 0 B 1B AD 59 27
Octal 13 272 245 136 0 13 33 255 131 47
Binary 1011 10111010 10100101 1011110 0 1011 11011 10101101 1011001 100111

Color Harmonies of #0BBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAA5

Black with #0BBAA5

Text Example


Text Example

White with #0BBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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