Html Css Color HEX #0BB1AC Light Sea Green

📋 copy color: '#0BB1AC'

red 11 ◦ green 177 ◦ blue 172

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

Shades of Light Sea Green #0BB1AC

Tints of Light Sea Green #0BB1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

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

R = 3.06%
G = 49.17%
B = 47.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#0BB1AC (or 0x0BB1AC) is known color: Light Sea Green. HEX triplet: 0B, B1 and AC. RGB value is (11,177,172). Sum of RGB (Red+Green+Blue) = 11+177+172=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB1AC is #F44E53. Grayscale: #7E7E7E. Windows color (decimal): -16010836 or 11317515. OLE color: 11317515.

HSL color Cylindrical-coordinate representation of color #0BB1AC: hue angle of 178.19º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB1AC is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 177 172 -
CMYK 0.94 0 0.03 0.31
HSL 178.19º 0.88% 0.37% -
HSV(B) 178.19º 0.94% 0.69% -
XYZ 23.31 34.49 44.46 -
YUV 126.8 153.5 45.41 -
System Red Green Blue C M Y K H S L
Decimal 11 177 172 0.94 0 0.03 0.31 178.19 0.88 0.37
Hex B B1 AC 5E 0 3 1F B2 58 25
Octal 13 261 254 136 0 3 37 262 130 45
Binary 1011 10110001 10101100 1011110 0 11 11111 10110010 1011000 100101

Color Harmonies of #0BB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB1AC

Black with #0BB1AC

Text Example


Text Example

White with #0BB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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