Html Css Color HEX #0AFFBC Medium Spring Green

📋 copy color: '#0AFFBC'

red 10 ◦ green 255 ◦ blue 188

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

Shades of Medium Spring Green #0AFFBC

Tints of Medium Spring Green #0AFFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 56.29%

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

R = 2.21%
G = 56.29%
B = 41.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#0AFFBC (or 0x0AFFBC) is known color: Medium Spring Green. HEX triplet: 0A, FF and BC. RGB value is (10,255,188). Sum of RGB (Red+Green+Blue) = 10+255+188=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFBC is #F50043. Grayscale: #AEAEAE. Windows color (decimal): -16056388 or 12386058. OLE color: 12386058.

HSL color Cylindrical-coordinate representation of color #0AFFBC: hue angle of 163.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFBC is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 188 -
CMYK 0.96 0 0.26 0
HSL 163.59º 1% 0.52% -
HSV(B) 163.59º 0.96% 1% -
XYZ 44.96 75.22 59.73 -
YUV 174.11 135.83 10.95 -
System Red Green Blue C M Y K H S L
Decimal 10 255 188 0.96 0 0.26 0 163.59 1 0.52
Hex A FF BC 60 0 1A 0 A4 64 34
Octal 12 377 274 140 0 32 0 244 144 64
Binary 1010 11111111 10111100 1100000 0 11010 0 10100100 1100100 110100

Color Harmonies of #0AFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFBC

Black with #0AFFBC

Text Example


Text Example

White with #0AFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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