Html Css Color HEX #0BBFAC Light Sea Green

📋 copy color: '#0BBFAC'

red 11 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #0BBFAC

Tints of Light Sea Green #0BBFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 2.94%
G = 51.07%
B = 45.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#0BBFAC (or 0x0BBFAC) is known color: Light Sea Green. HEX triplet: 0B, BF and AC. RGB value is (11,191,172). Sum of RGB (Red+Green+Blue) = 11+191+172=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBFAC is #F44053. Grayscale: #868686. Windows color (decimal): -16007252 or 11321099. OLE color: 11321099.

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

Color convert

RGB 11 191 172 -
CMYK 0.94 0 0.10 0.25
HSL 173.67º 0.89% 0.4% -
HSV(B) 173.67º 0.94% 0.75% -
XYZ 26.22 40.31 45.43 -
YUV 135.01 148.87 39.54 -
System Red Green Blue C M Y K H S L
Decimal 11 191 172 0.94 0 0.10 0.25 173.67 0.89 0.4
Hex B BF AC 5E 0 A 19 AE 59 28
Octal 13 277 254 136 0 12 31 256 131 50
Binary 1011 10111111 10101100 1011110 0 1010 11001 10101110 1011001 101000

Color Harmonies of #0BBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBFAC

Black with #0BBFAC

Text Example


Text Example

White with #0BBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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