Html Css Color HEX #0BAFA7 Light Sea Green

📋 copy color: '#0BAFA7'

red 11 ◦ green 175 ◦ blue 167

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

Shades of Light Sea Green #0BAFA7

Tints of Light Sea Green #0BAFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.31%

R = 3.12%
G = 49.58%
B = 47.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#0BAFA7 (or 0x0BAFA7) is known color: Light Sea Green. HEX triplet: 0B, AF and A7. RGB value is (11,175,167). Sum of RGB (Red+Green+Blue) = 11+175+167=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAFA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAFA7 is #F45058. Grayscale: #7C7C7C. Windows color (decimal): -16011353 or 10989323. OLE color: 10989323.

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

Color convert

RGB 11 175 167 -
CMYK 0.94 0 0.05 0.31
HSL 177.07º 0.88% 0.36% -
HSV(B) 177.07º 0.94% 0.69% -
XYZ 22.44 33.52 41.85 -
YUV 125.05 151.67 46.65 -
System Red Green Blue C M Y K H S L
Decimal 11 175 167 0.94 0 0.05 0.31 177.07 0.88 0.36
Hex B AF A7 5E 0 5 1F B1 58 24
Octal 13 257 247 136 0 5 37 261 130 44
Binary 1011 10101111 10100111 1011110 0 101 11111 10110001 1011000 100100

Color Harmonies of #0BAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFA7

Black with #0BAFA7

Text Example


Text Example

White with #0BAFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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