Html Css Color HEX #0AFBBE Medium Spring Green

📋 copy color: '#0AFBBE'

red 10 ◦ green 251 ◦ blue 190

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

Shades of Medium Spring Green #0AFBBE

Tints of Medium Spring Green #0AFBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 2.22%
G = 55.65%
B = 42.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0AFBBE (or 0x0AFBBE) is known color: Medium Spring Green. HEX triplet: 0A, FB and BE. RGB value is (10,251,190). Sum of RGB (Red+Green+Blue) = 10+251+190=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBBE is #F50441. Grayscale: #ABABAB. Windows color (decimal): -16057410 or 12516106. OLE color: 12516106.

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

Color convert

RGB 10 251 190 -
CMYK 0.96 0 0.24 0.02
HSL 164.81º 0.97% 0.51% -
HSV(B) 164.81º 0.96% 0.98% -
XYZ 43.92 72.78 60.45 -
YUV 171.99 138.16 12.46 -
System Red Green Blue C M Y K H S L
Decimal 10 251 190 0.96 0 0.24 0.02 164.81 0.97 0.51
Hex A FB BE 60 0 18 2 A5 61 33
Octal 12 373 276 140 0 30 2 245 141 63
Binary 1010 11111011 10111110 1100000 0 11000 10 10100101 1100001 110011

Color Harmonies of #0AFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBBE

Black with #0AFBBE

Text Example


Text Example

White with #0AFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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