Html Css Color HEX #61FCDB Aquamarine

📋 copy color: '#61FCDB'

red 97 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #61FCDB

Tints of Aquamarine #61FCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 17.08%
G = 44.37%
B = 38.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#61FCDB (or 0x61FCDB) is known color: Aquamarine. HEX triplet: 61, FC and DB. RGB value is (97,252,219). Sum of RGB (Red+Green+Blue) = 97+252+219=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCDB is #9E0324. Grayscale: #C9C9C9. Windows color (decimal): -10355493 or 14416993. OLE color: 14416993.

HSL color Cylindrical-coordinate representation of color #61FCDB: hue angle of 167.23º 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 #61FCDB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 252 219 -
CMYK 0.62 0 0.13 0.01
HSL 167.23º 0.96% 0.68% -
HSV(B) 167.23º 0.62% 0.99% -
XYZ 52.53 77.28 79.17 -
YUV 201.89 137.65 53.18 -
System Red Green Blue C M Y K H S L
Decimal 97 252 219 0.62 0 0.13 0.01 167.23 0.96 0.68
Hex 61 FC DB 3E 0 D 1 A7 60 44
Octal 141 374 333 76 0 15 1 247 140 104
Binary 1100001 11111100 11011011 111110 0 1101 1 10100111 1100000 1000100

Color Harmonies of #61FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCDB

Black with #61FCDB

Text Example


Text Example

White with #61FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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