Html Css Color HEX #61FFDF Aquamarine

📋 copy color: '#61FFDF'

red 97 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #61FFDF

Tints of Aquamarine #61FFDF

RGB

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

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

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

R = 16.87%
G = 44.35%
B = 38.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#61FFDF (or 0x61FFDF) is known color: Aquamarine. HEX triplet: 61, FF and DF. RGB value is (97,255,223). Sum of RGB (Red+Green+Blue) = 97+255+223=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFDF is #9E0020. Grayscale: #CCCCCC. Windows color (decimal): -10354721 or 14679905. OLE color: 14679905.

HSL color Cylindrical-coordinate representation of color #61FFDF: hue angle of 167.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFDF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 223 -
CMYK 0.62 0 0.13 0
HSL 167.85º 1% 0.69% -
HSV(B) 167.85º 0.62% 1% -
XYZ 54.01 79.39 82.29 -
YUV 204.11 138.65 51.6 -
System Red Green Blue C M Y K H S L
Decimal 97 255 223 0.62 0 0.13 0 167.85 1 0.69
Hex 61 FF DF 3E 0 D 0 A8 64 45
Octal 141 377 337 76 0 15 0 250 144 105
Binary 1100001 11111111 11011111 111110 0 1101 0 10101000 1100100 1000101

Color Harmonies of #61FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFDF

Black with #61FFDF

Text Example


Text Example

White with #61FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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