Html Css Color HEX #60FAD3 Aquamarine

📋 copy color: '#60FAD3'

red 96 ◦ green 250 ◦ blue 211

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

Shades of Aquamarine #60FAD3

Tints of Aquamarine #60FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 17.24%
G = 44.88%
B = 37.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#60FAD3 (or 0x60FAD3) is known color: Aquamarine. HEX triplet: 60, FA and D3. RGB value is (96,250,211). Sum of RGB (Red+Green+Blue) = 96+250+211=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAD3 is #9F052C. Grayscale: #C7C7C7. Windows color (decimal): -10421549 or 13892192. OLE color: 13892192.

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

Color convert

RGB 96 250 211 -
CMYK 0.62 0 0.16 0.02
HSL 164.81º 0.94% 0.68% -
HSV(B) 164.81º 0.62% 0.98% -
XYZ 50.77 75.56 73.54 -
YUV 199.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 96 250 211 0.62 0 0.16 0.02 164.81 0.94 0.68
Hex 60 FA D3 3E 0 10 2 A5 5E 44
Octal 140 372 323 76 0 20 2 245 136 104
Binary 1100000 11111010 11010011 111110 0 10000 10 10100101 1011110 1000100

Color Harmonies of #60FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAD3

Black with #60FAD3

Text Example


Text Example

White with #60FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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