Html Css Color HEX #61FDD7 Aquamarine

📋 copy color: '#61FDD7'

red 97 ◦ green 253 ◦ blue 215

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

Shades of Aquamarine #61FDD7

Tints of Aquamarine #61FDD7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.78%

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 17.17%
G = 44.78%
B = 38.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#61FDD7 (or 0x61FDD7) is known color: Aquamarine. HEX triplet: 61, FD and D7. RGB value is (97,253,215). Sum of RGB (Red+Green+Blue) = 97+253+215=565 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.17% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FDD7 is #9E0228. Grayscale: #CACACA. Windows color (decimal): -10355241 or 14155105. OLE color: 14155105.

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

Color convert

RGB 97 253 215 -
CMYK 0.62 0 0.15 0.01
HSL 165.38º 0.98% 0.69% -
HSV(B) 165.38º 0.62% 0.99% -
XYZ 52.32 77.7 76.53 -
YUV 202.02 135.32 53.09 -
System Red Green Blue C M Y K H S L
Decimal 97 253 215 0.62 0 0.15 0.01 165.38 0.98 0.69
Hex 61 FD D7 3E 0 F 1 A5 62 45
Octal 141 375 327 76 0 17 1 245 142 105
Binary 1100001 11111101 11010111 111110 0 1111 1 10100101 1100010 1000101

Color Harmonies of #61FDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FDD7

Black with #61FDD7

Text Example


Text Example

White with #61FDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,253,215); }

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

background-color css

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

 a { background-color: rgb(97,253,215); }

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

border-color css

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

 span { border-color: rgb(97,253,215); }

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