Html Css Color HEX #0BAFAC Light Sea Green

📋 copy color: '#0BAFAC'

red 11 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #0BAFAC

Tints of Light Sea Green #0BAFAC

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 11 175 172 -
CMYK 0.94 0 0.02 0.31
HSL 178.9º 0.88% 0.36% -
HSV(B) 178.9º 0.94% 0.69% -
XYZ 22.91 33.71 44.33 -
YUV 125.62 154.17 46.24 -
System Red Green Blue C M Y K H S L
Decimal 11 175 172 0.94 0 0.02 0.31 178.9 0.88 0.36
Hex B AF AC 5E 0 2 1F B3 58 24
Octal 13 257 254 136 0 2 37 263 130 44
Binary 1011 10101111 10101100 1011110 0 10 11111 10110011 1011000 100100

Color Harmonies of #0BAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFAC

Black with #0BAFAC

Text Example


Text Example

White with #0BAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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