Html Css Color HEX #61FCDF Aquamarine

📋 copy color: '#61FCDF'

red 97 ◦ green 252 ◦ blue 223

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

Shades of Aquamarine #61FCDF

Tints of Aquamarine #61FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.06%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 16.96%
G = 44.06%
B = 38.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#61FCDF (or 0x61FCDF) is known color: Aquamarine. HEX triplet: 61, FC and DF. RGB value is (97,252,223). Sum of RGB (Red+Green+Blue) = 97+252+223=572 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.96% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCDF is #9E0320. Grayscale: #CACACA. Windows color (decimal): -10355489 or 14679137. OLE color: 14679137.

HSL color Cylindrical-coordinate representation of color #61FCDF: hue angle of 168.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCDF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 252 223 -
CMYK 0.62 0 0.12 0.01
HSL 168.77º 0.96% 0.68% -
HSV(B) 168.77º 0.62% 0.99% -
XYZ 53.06 77.49 81.97 -
YUV 202.35 139.65 52.86 -
System Red Green Blue C M Y K H S L
Decimal 97 252 223 0.62 0 0.12 0.01 168.77 0.96 0.68
Hex 61 FC DF 3E 0 C 1 A9 60 44
Octal 141 374 337 76 0 14 1 251 140 104
Binary 1100001 11111100 11011111 111110 0 1100 1 10101001 1100000 1000100

Color Harmonies of #61FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCDF

Black with #61FCDF

Text Example


Text Example

White with #61FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,252,223); }

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

background-color css

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

 a { background-color: rgb(97,252,223); }

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

border-color css

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

 span { border-color: rgb(97,252,223); }

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