Html Css Color HEX #60F6CF Aquamarine

📋 copy color: '#60F6CF'

red 96 ◦ green 246 ◦ blue 207

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

Shades of Aquamarine #60F6CF

Tints of Aquamarine #60F6CF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.81%

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 17.49%
G = 44.81%
B = 37.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#60F6CF (or 0x60F6CF) is known color: Aquamarine. HEX triplet: 60, F6 and CF. RGB value is (96,246,207). Sum of RGB (Red+Green+Blue) = 96+246+207=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #60F6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F6CF is #9F0930. Grayscale: #C4C4C4. Windows color (decimal): -10422577 or 13629024. OLE color: 13629024.

HSL color Cylindrical-coordinate representation of color #60F6CF: hue angle of 164.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F6CF is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 246 207 -
CMYK 0.61 0 0.16 0.04
HSL 164.4º 0.89% 0.67% -
HSV(B) 164.4º 0.61% 0.96% -
XYZ 49.04 72.9 70.52 -
YUV 196.7 133.81 56.17 -
System Red Green Blue C M Y K H S L
Decimal 96 246 207 0.61 0 0.16 0.04 164.4 0.89 0.67
Hex 60 F6 CF 3D 0 10 4 A4 59 43
Octal 140 366 317 75 0 20 4 244 131 103
Binary 1100000 11110110 11001111 111101 0 10000 100 10100100 1011001 1000011

Color Harmonies of #60F6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F6CF

Black with #60F6CF

Text Example


Text Example

White with #60F6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,246,207); }

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

background-color css

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

 a { background-color: rgb(96,246,207); }

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

border-color css

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

 span { border-color: rgb(96,246,207); }

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