Html Css Color HEX #62F2C8 Aquamarine

📋 copy color: '#62F2C8'

red 98 ◦ green 242 ◦ blue 200

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

Shades of Aquamarine #62F2C8

Tints of Aquamarine #62F2C8

RGB

 RED value IS 98 (38.67% from 255) = 18.15%

 GREEN value IS 242 (94.92% from 255) = 44.81%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 18.15%
G = 44.81%
B = 37.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#62F2C8 (or 0x62F2C8) is known color: Aquamarine. HEX triplet: 62, F2 and C8. RGB value is (98,242,200). Sum of RGB (Red+Green+Blue) = 98+242+200=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F2C8 is #9D0D37. Grayscale: #C2C2C2. Windows color (decimal): -10292536 or 13169250. OLE color: 13169250.

HSL color Cylindrical-coordinate representation of color #62F2C8: hue angle of 162.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62F2C8 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 242 200 -
CMYK 0.60 0 0.17 0.05
HSL 162.5º 0.85% 0.67% -
HSV(B) 162.5º 0.6% 0.95% -
XYZ 47.21 70.27 65.72 -
YUV 194.16 131.29 59.42 -
System Red Green Blue C M Y K H S L
Decimal 98 242 200 0.60 0 0.17 0.05 162.5 0.85 0.67
Hex 62 F2 C8 3C 0 11 5 A2 55 43
Octal 142 362 310 74 0 21 5 242 125 103
Binary 1100010 11110010 11001000 111100 0 10001 101 10100010 1010101 1000011

Color Harmonies of #62F2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62F2C8

Black with #62F2C8

Text Example


Text Example

White with #62F2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62F2C8; }

 p { color: rgb(98,242,200); }

 H1.HeaderClassName
 {
   color: #62F2C8;
 }
 .AnyTagClassName
 {
   color: #62F2C8;
 }
</style>

background-color css

<style>
 a { background-color: #62F2C8; }

 a { background-color: rgb(98,242,200); }

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

border-color css

<style>
 span { border-color: #62F2C8; }

 span { border-color: rgb(98,242,200); }

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