Html Css Color HEX #0AEBAE Medium Spring Green

📋 copy color: '#0AEBAE'

red 10 ◦ green 235 ◦ blue 174

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

Shades of Medium Spring Green #0AEBAE

Tints of Medium Spring Green #0AEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 56.09%

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 2.39%
G = 56.09%
B = 41.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#0AEBAE (or 0x0AEBAE) is known color: Medium Spring Green. HEX triplet: 0A, EB and AE. RGB value is (10,235,174). Sum of RGB (Red+Green+Blue) = 10+235+174=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEBAE is #F51451. Grayscale: #A0A0A0. Windows color (decimal): -16061522 or 11463434. OLE color: 11463434.

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

Color convert

RGB 10 235 174 -
CMYK 0.96 0 0.26 0.08
HSL 163.73º 0.92% 0.48% -
HSV(B) 163.73º 0.96% 0.92% -
XYZ 37.47 62.54 50.14 -
YUV 160.77 135.46 20.46 -
System Red Green Blue C M Y K H S L
Decimal 10 235 174 0.96 0 0.26 0.08 163.73 0.92 0.48
Hex A EB AE 60 0 1A 8 A4 5C 30
Octal 12 353 256 140 0 32 10 244 134 60
Binary 1010 11101011 10101110 1100000 0 11010 1000 10100100 1011100 110000

Color Harmonies of #0AEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBAE

Black with #0AEBAE

Text Example


Text Example

White with #0AEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,235,174); }

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

background-color css

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

 a { background-color: rgb(10,235,174); }

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

border-color css

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

 span { border-color: rgb(10,235,174); }

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