Html Css Color HEX #0BBDAF Light Sea Green

📋 copy color: '#0BBDAF'

red 11 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #0BBDAF

Tints of Light Sea Green #0BBDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.4%

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

R = 2.93%
G = 50.4%
B = 46.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#0BBDAF (or 0x0BBDAF) is known color: Light Sea Green. HEX triplet: 0B, BD and AF. RGB value is (11,189,175). Sum of RGB (Red+Green+Blue) = 11+189+175=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDAF is #F44250. Grayscale: #868686. Windows color (decimal): -16007761 or 11517195. OLE color: 11517195.

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

Color convert

RGB 11 189 175 -
CMYK 0.94 0 0.07 0.26
HSL 175.28º 0.89% 0.39% -
HSV(B) 175.28º 0.94% 0.74% -
XYZ 26.07 39.56 46.82 -
YUV 134.18 151.03 40.14 -
System Red Green Blue C M Y K H S L
Decimal 11 189 175 0.94 0 0.07 0.26 175.28 0.89 0.39
Hex B BD AF 5E 0 7 1A AF 59 27
Octal 13 275 257 136 0 7 32 257 131 47
Binary 1011 10111101 10101111 1011110 0 111 11010 10101111 1011001 100111

Color Harmonies of #0BBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDAF

Black with #0BBDAF

Text Example


Text Example

White with #0BBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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