Html Css Color HEX #0BBFAD Light Sea Green

📋 copy color: '#0BBFAD'

red 11 ◦ green 191 ◦ blue 173

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

Shades of Light Sea Green #0BBFAD

Tints of Light Sea Green #0BBFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 2.93%
G = 50.93%
B = 46.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#0BBFAD (or 0x0BBFAD) is known color: Light Sea Green. HEX triplet: 0B, BF and AD. RGB value is (11,191,173). Sum of RGB (Red+Green+Blue) = 11+191+173=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBFAD is #F44052. Grayscale: #878787. Windows color (decimal): -16007251 or 11386635. OLE color: 11386635.

HSL color Cylindrical-coordinate representation of color #0BBFAD: hue angle of 174º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBFAD is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 191 173 -
CMYK 0.94 0 0.09 0.25
HSL 174º 0.89% 0.4% -
HSV(B) 174º 0.94% 0.75% -
XYZ 26.31 40.35 45.94 -
YUV 135.13 149.37 39.46 -
System Red Green Blue C M Y K H S L
Decimal 11 191 173 0.94 0 0.09 0.25 174 0.89 0.4
Hex B BF AD 5E 0 9 19 AE 59 28
Octal 13 277 255 136 0 11 31 256 131 50
Binary 1011 10111111 10101101 1011110 0 1001 11001 10101110 1011001 101000

Color Harmonies of #0BBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBFAD

Black with #0BBFAD

Text Example


Text Example

White with #0BBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,173); }

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

background-color css

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

 a { background-color: rgb(11,191,173); }

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

border-color css

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

 span { border-color: rgb(11,191,173); }

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