Html Css Color HEX #61FBDB Aquamarine

📋 copy color: '#61FBDB'

red 97 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #61FBDB

Tints of Aquamarine #61FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.27%

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

R = 17.11%
G = 44.27%
B = 38.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#61FBDB (or 0x61FBDB) is known color: Aquamarine. HEX triplet: 61, FB and DB. RGB value is (97,251,219). Sum of RGB (Red+Green+Blue) = 97+251+219=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FBDB is #9E0424. Grayscale: #C9C9C9. Windows color (decimal): -10355749 or 14416737. OLE color: 14416737.

HSL color Cylindrical-coordinate representation of color #61FBDB: hue angle of 167.53º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FBDB is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 251 219 -
CMYK 0.61 0 0.13 0.02
HSL 167.53º 0.95% 0.68% -
HSV(B) 167.53º 0.61% 0.98% -
XYZ 52.21 76.65 79.06 -
YUV 201.31 137.98 53.6 -
System Red Green Blue C M Y K H S L
Decimal 97 251 219 0.61 0 0.13 0.02 167.53 0.95 0.68
Hex 61 FB DB 3D 0 D 2 A8 5F 44
Octal 141 373 333 75 0 15 2 250 137 104
Binary 1100001 11111011 11011011 111101 0 1101 10 10101000 1011111 1000100

Color Harmonies of #61FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FBDB

Black with #61FBDB

Text Example


Text Example

White with #61FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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