Html Css Color HEX #60FCDB Aquamarine

📋 copy color: '#60FCDB'

red 96 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #60FCDB

Tints of Aquamarine #60FCDB

RGB

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

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

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

R = 16.93%
G = 44.44%
B = 38.62%

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

#60FCDB (or 0x60FCDB) is known color: Aquamarine. HEX triplet: 60, FC and DB. RGB value is (96,252,219). Sum of RGB (Red+Green+Blue) = 96+252+219=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCDB is #9F0324. Grayscale: #C9C9C9. Windows color (decimal): -10421029 or 14416992. OLE color: 14416992.

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

Color convert

RGB 96 252 219 -
CMYK 0.62 0 0.13 0.01
HSL 167.31º 0.96% 0.68% -
HSV(B) 167.31º 0.62% 0.99% -
XYZ 52.42 77.22 79.16 -
YUV 201.59 137.82 52.68 -
System Red Green Blue C M Y K H S L
Decimal 96 252 219 0.62 0 0.13 0.01 167.31 0.96 0.68
Hex 60 FC DB 3E 0 D 1 A7 60 44
Octal 140 374 333 76 0 15 1 247 140 104
Binary 1100000 11111100 11011011 111110 0 1101 1 10100111 1100000 1000100

Color Harmonies of #60FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCDB

Black with #60FCDB

Text Example


Text Example

White with #60FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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