Html Css Color HEX #60FACF Aquamarine

📋 copy color: '#60FACF'

red 96 ◦ green 250 ◦ blue 207

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

Shades of Aquamarine #60FACF

Tints of Aquamarine #60FACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.21%

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

R = 17.36%
G = 45.21%
B = 37.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#60FACF (or 0x60FACF) is known color: Aquamarine. HEX triplet: 60, FA and CF. RGB value is (96,250,207). Sum of RGB (Red+Green+Blue) = 96+250+207=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #60FACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FACF is #9F0530. Grayscale: #C7C7C7. Windows color (decimal): -10421553 or 13630048. OLE color: 13630048.

HSL color Cylindrical-coordinate representation of color #60FACF: hue angle of 163.25º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FACF is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 250 207 -
CMYK 0.62 0 0.17 0.02
HSL 163.25º 0.94% 0.68% -
HSV(B) 163.25º 0.62% 0.98% -
XYZ 50.27 75.36 70.93 -
YUV 199.05 132.48 54.5 -
System Red Green Blue C M Y K H S L
Decimal 96 250 207 0.62 0 0.17 0.02 163.25 0.94 0.68
Hex 60 FA CF 3E 0 11 2 A3 5E 44
Octal 140 372 317 76 0 21 2 243 136 104
Binary 1100000 11111010 11001111 111110 0 10001 10 10100011 1011110 1000100

Color Harmonies of #60FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FACF

Black with #60FACF

Text Example


Text Example

White with #60FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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