Html Css Color HEX #0BBCAC Light Sea Green

📋 copy color: '#0BBCAC'

red 11 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #0BBCAC

Tints of Light Sea Green #0BBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

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

R = 2.96%
G = 50.67%
B = 46.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#0BBCAC (or 0x0BBCAC) is known color: Light Sea Green. HEX triplet: 0B, BC and AC. RGB value is (11,188,172). Sum of RGB (Red+Green+Blue) = 11+188+172=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCAC is #F44353. Grayscale: #858585. Windows color (decimal): -16008020 or 11320331. OLE color: 11320331.

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

Color convert

RGB 11 188 172 -
CMYK 0.94 0 0.09 0.26
HSL 174.58º 0.89% 0.39% -
HSV(B) 174.58º 0.94% 0.74% -
XYZ 25.57 39.02 45.21 -
YUV 133.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 11 188 172 0.94 0 0.09 0.26 174.58 0.89 0.39
Hex B BC AC 5E 0 9 1A AF 59 27
Octal 13 274 254 136 0 11 32 257 131 47
Binary 1011 10111100 10101100 1011110 0 1001 11010 10101111 1011001 100111

Color Harmonies of #0BBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCAC

Black with #0BBCAC

Text Example


Text Example

White with #0BBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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