Html Css Color HEX #0BACAF Light Sea Green

📋 copy color: '#0BACAF'

red 11 ◦ green 172 ◦ blue 175

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

Shades of Light Sea Green #0BACAF

Tints of Light Sea Green #0BACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

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

R = 3.07%
G = 48.04%
B = 48.88%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0BACAF (or 0x0BACAF) is known color: Light Sea Green. HEX triplet: 0B, AC and AF. RGB value is (11,172,175). Sum of RGB (Red+Green+Blue) = 11+172+175=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #0BACAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BACAF is #F45350. Grayscale: #7C7C7C. Windows color (decimal): -16012113 or 11512843. OLE color: 11512843.

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

Color convert

RGB 11 172 175 -
CMYK 0.94 0.02 0 0.31
HSL 181.1º 0.88% 0.36% -
HSV(B) 181.1º 0.94% 0.69% -
XYZ 22.63 32.67 45.67 -
YUV 124.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 11 172 175 0.94 0.02 0 0.31 181.1 0.88 0.36
Hex B AC AF 5E 2 0 1F B5 58 24
Octal 13 254 257 136 2 0 37 265 130 44
Binary 1011 10101100 10101111 1011110 10 0 11111 10110101 1011000 100100

Color Harmonies of #0BACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACAF

Black with #0BACAF

Text Example


Text Example

White with #0BACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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