Html Css Color HEX #0AFBBC Medium Spring Green

📋 copy color: '#0AFBBC'

red 10 ◦ green 251 ◦ blue 188

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

Shades of Medium Spring Green #0AFBBC

Tints of Medium Spring Green #0AFBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 2.23%
G = 55.9%
B = 41.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#0AFBBC (or 0x0AFBBC) is known color: Medium Spring Green. HEX triplet: 0A, FB and BC. RGB value is (10,251,188). Sum of RGB (Red+Green+Blue) = 10+251+188=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBBC is #F50443. Grayscale: #ABABAB. Windows color (decimal): -16057412 or 12385034. OLE color: 12385034.

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

Color convert

RGB 10 251 188 -
CMYK 0.96 0 0.25 0.02
HSL 164.32º 0.97% 0.51% -
HSV(B) 164.32º 0.96% 0.98% -
XYZ 43.7 72.69 59.3 -
YUV 171.76 137.16 12.62 -
System Red Green Blue C M Y K H S L
Decimal 10 251 188 0.96 0 0.25 0.02 164.32 0.97 0.51
Hex A FB BC 60 0 19 2 A4 61 33
Octal 12 373 274 140 0 31 2 244 141 63
Binary 1010 11111011 10111100 1100000 0 11001 10 10100100 1100001 110011

Color Harmonies of #0AFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBBC

Black with #0AFBBC

Text Example


Text Example

White with #0AFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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