Html Css Color HEX #0BAFAB Light Sea Green

📋 copy color: '#0BAFAB'

red 11 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #0BAFAB

Tints of Light Sea Green #0BAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 3.08%
G = 49.02%
B = 47.9%

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

#0BAFAB (or 0x0BAFAB) is known color: Light Sea Green. HEX triplet: 0B, AF and AB. RGB value is (11,175,171). Sum of RGB (Red+Green+Blue) = 11+175+171=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAFAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAFAB is #F45054. Grayscale: #7D7D7D. Windows color (decimal): -16011349 or 11251467. OLE color: 11251467.

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

Color convert

RGB 11 175 171 -
CMYK 0.94 0 0.02 0.31
HSL 178.54º 0.88% 0.36% -
HSV(B) 178.54º 0.94% 0.69% -
XYZ 22.82 33.67 43.82 -
YUV 125.51 153.67 46.33 -
System Red Green Blue C M Y K H S L
Decimal 11 175 171 0.94 0 0.02 0.31 178.54 0.88 0.36
Hex B AF AB 5E 0 2 1F B3 58 24
Octal 13 257 253 136 0 2 37 263 130 44
Binary 1011 10101111 10101011 1011110 0 10 11111 10110011 1011000 100100

Color Harmonies of #0BAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFAB

Black with #0BAFAB

Text Example


Text Example

White with #0BAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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