Html Css Color HEX #61F7CA Aquamarine

📋 copy color: '#61F7CA'

red 97 ◦ green 247 ◦ blue 202

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

Shades of Aquamarine #61F7CA

Tints of Aquamarine #61F7CA

RGB

 RED value IS 97 (38.28% from 255) = 17.77%

 GREEN value IS 247 (96.88% from 255) = 45.24%

 BLUE value IS 202 (79.3% from 255) = 37%

R = 17.77%
G = 45.24%
B = 37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#61F7CA (or 0x61F7CA) is known color: Aquamarine. HEX triplet: 61, F7 and CA. RGB value is (97,247,202). Sum of RGB (Red+Green+Blue) = 97+247+202=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7CA is #9E0835. Grayscale: #C5C5C5. Windows color (decimal): -10356790 or 13301601. OLE color: 13301601.

HSL color Cylindrical-coordinate representation of color #61F7CA: hue angle of 162º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7CA is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 247 202 -
CMYK 0.61 0 0.18 0.03
HSL 162º 0.9% 0.67% -
HSV(B) 162º 0.61% 0.97% -
XYZ 48.85 73.33 67.46 -
YUV 197.02 130.81 56.66 -
System Red Green Blue C M Y K H S L
Decimal 97 247 202 0.61 0 0.18 0.03 162 0.9 0.67
Hex 61 F7 CA 3D 0 12 3 A2 5A 43
Octal 141 367 312 75 0 22 3 242 132 103
Binary 1100001 11110111 11001010 111101 0 10010 11 10100010 1011010 1000011

Color Harmonies of #61F7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F7CA

Black with #61F7CA

Text Example


Text Example

White with #61F7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61F7CA; }

 p { color: rgb(97,247,202); }

 H1.HeaderClassName
 {
   color: #61F7CA;
 }
 .AnyTagClassName
 {
   color: #61F7CA;
 }
</style>

background-color css

<style>
 a { background-color: #61F7CA; }

 a { background-color: rgb(97,247,202); }

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

border-color css

<style>
 span { border-color: #61F7CA; }

 span { border-color: rgb(97,247,202); }

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