Html Css Color HEX #0BB9AF Light Sea Green

📋 copy color: '#0BB9AF'

red 11 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #0BB9AF

Tints of Light Sea Green #0BB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 2.96%
G = 49.87%
B = 47.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#0BB9AF (or 0x0BB9AF) is known color: Light Sea Green. HEX triplet: 0B, B9 and AF. RGB value is (11,185,175). Sum of RGB (Red+Green+Blue) = 11+185+175=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB9AF is #F44650. Grayscale: #838383. Windows color (decimal): -16008785 or 11516171. OLE color: 11516171.

HSL color Cylindrical-coordinate representation of color #0BB9AF: hue angle of 176.55º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB9AF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 185 175 -
CMYK 0.94 0 0.05 0.27
HSL 176.55º 0.89% 0.38% -
HSV(B) 176.55º 0.94% 0.73% -
XYZ 25.22 37.86 46.54 -
YUV 131.83 152.35 41.81 -
System Red Green Blue C M Y K H S L
Decimal 11 185 175 0.94 0 0.05 0.27 176.55 0.89 0.38
Hex B B9 AF 5E 0 5 1B B1 59 26
Octal 13 271 257 136 0 5 33 261 131 46
Binary 1011 10111001 10101111 1011110 0 101 11011 10110001 1011001 100110

Color Harmonies of #0BB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB9AF

Black with #0BB9AF

Text Example


Text Example

White with #0BB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,185,175); }

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

background-color css

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

 a { background-color: rgb(11,185,175); }

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

border-color css

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

 span { border-color: rgb(11,185,175); }

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