Html Css Color HEX #0AFBB3 Medium Spring Green

📋 copy color: '#0AFBB3'

red 10 ◦ green 251 ◦ blue 179

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

Shades of Medium Spring Green #0AFBB3

Tints of Medium Spring Green #0AFBB3

RGB

 RED value IS 10 (4.3% from 255) = 2.27%

 GREEN value IS 251 (98.44% from 255) = 57.05%

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 2.27%
G = 57.05%
B = 40.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#0AFBB3 (or 0x0AFBB3) is known color: Medium Spring Green. HEX triplet: 0A, FB and B3. RGB value is (10,251,179). Sum of RGB (Red+Green+Blue) = 10+251+179=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBB3 is #F5044C. Grayscale: #AAAAAA. Windows color (decimal): -16057421 or 11795210. OLE color: 11795210.

HSL color Cylindrical-coordinate representation of color #0AFBB3: hue angle of 162.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBB3 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 179 -
CMYK 0.96 0 0.29 0.02
HSL 162.07º 0.97% 0.51% -
HSV(B) 162.07º 0.96% 0.98% -
XYZ 42.76 72.31 54.35 -
YUV 170.73 132.66 13.35 -
System Red Green Blue C M Y K H S L
Decimal 10 251 179 0.96 0 0.29 0.02 162.07 0.97 0.51
Hex A FB B3 60 0 1D 2 A2 61 33
Octal 12 373 263 140 0 35 2 242 141 63
Binary 1010 11111011 10110011 1100000 0 11101 10 10100010 1100001 110011

Color Harmonies of #0AFBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBB3

Black with #0AFBB3

Text Example


Text Example

White with #0AFBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,251,179); }

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

background-color css

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

 a { background-color: rgb(10,251,179); }

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

border-color css

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

 span { border-color: rgb(10,251,179); }

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