Html Css Color HEX #60FDDB Aquamarine

📋 copy color: '#60FDDB'

red 96 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #60FDDB

Tints of Aquamarine #60FDDB

RGB

 RED value IS 96 (37.89% from 255) = 16.9%

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

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

R = 16.9%
G = 44.54%
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

#60FDDB (or 0x60FDDB) is known color: Aquamarine. HEX triplet: 60, FD and DB. RGB value is (96,253,219). Sum of RGB (Red+Green+Blue) = 96+253+219=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDDB is #9F0224. Grayscale: #CACACA. Windows color (decimal): -10420773 or 14417248. OLE color: 14417248.

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

Color convert

RGB 96 253 219 -
CMYK 0.62 0 0.13 0.01
HSL 167.01º 0.98% 0.68% -
HSV(B) 167.01º 0.62% 0.99% -
XYZ 52.74 77.85 79.27 -
YUV 202.18 137.49 52.26 -
System Red Green Blue C M Y K H S L
Decimal 96 253 219 0.62 0 0.13 0.01 167.01 0.98 0.68
Hex 60 FD DB 3E 0 D 1 A7 62 44
Octal 140 375 333 76 0 15 1 247 142 104
Binary 1100000 11111101 11011011 111110 0 1101 1 10100111 1100010 1000100

Color Harmonies of #60FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDDB

Black with #60FDDB

Text Example


Text Example

White with #60FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60FDDB; }

 p { color: rgb(96,253,219); }

 H1.HeaderClassName
 {
   color: #60FDDB;
 }
 .AnyTagClassName
 {
   color: #60FDDB;
 }
</style>

background-color css

<style>
 a { background-color: #60FDDB; }

 a { background-color: rgb(96,253,219); }

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

border-color css

<style>
 span { border-color: #60FDDB; }

 span { border-color: rgb(96,253,219); }

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