Html Css Color HEX #60FDCC Aquamarine

📋 copy color: '#60FDCC'

red 96 ◦ green 253 ◦ blue 204

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

Shades of Aquamarine #60FDCC

Tints of Aquamarine #60FDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 17.36%
G = 45.75%
B = 36.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#60FDCC (or 0x60FDCC) is known color: Aquamarine. HEX triplet: 60, FD and CC. RGB value is (96,253,204). Sum of RGB (Red+Green+Blue) = 96+253+204=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDCC is #9F0233. Grayscale: #C8C8C8. Windows color (decimal): -10420788 or 13434208. OLE color: 13434208.

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

Color convert

RGB 96 253 204 -
CMYK 0.62 0 0.19 0.01
HSL 161.27º 0.98% 0.68% -
HSV(B) 161.27º 0.62% 0.99% -
XYZ 50.85 77.1 69.33 -
YUV 200.47 129.99 53.48 -
System Red Green Blue C M Y K H S L
Decimal 96 253 204 0.62 0 0.19 0.01 161.27 0.98 0.68
Hex 60 FD CC 3E 0 13 1 A1 62 44
Octal 140 375 314 76 0 23 1 241 142 104
Binary 1100000 11111101 11001100 111110 0 10011 1 10100001 1100010 1000100

Color Harmonies of #60FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDCC

Black with #60FDCC

Text Example


Text Example

White with #60FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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