Html Css Color HEX #60F5D3 Aquamarine

📋 copy color: '#60F5D3'

red 96 ◦ green 245 ◦ blue 211

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

Shades of Aquamarine #60F5D3

Tints of Aquamarine #60F5D3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.38%

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

R = 17.39%
G = 44.38%
B = 38.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#60F5D3 (or 0x60F5D3) is known color: Aquamarine. HEX triplet: 60, F5 and D3. RGB value is (96,245,211). Sum of RGB (Red+Green+Blue) = 96+245+211=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5D3 is #9F0A2C. Grayscale: #C4C4C4. Windows color (decimal): -10422829 or 13890912. OLE color: 13890912.

HSL color Cylindrical-coordinate representation of color #60F5D3: hue angle of 166.31º degrees, saturation: 0.88, 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 #60F5D3 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 245 211 -
CMYK 0.61 0 0.14 0.04
HSL 166.31º 0.88% 0.67% -
HSV(B) 166.31º 0.61% 0.96% -
XYZ 49.23 72.49 73.03 -
YUV 196.57 136.14 56.26 -
System Red Green Blue C M Y K H S L
Decimal 96 245 211 0.61 0 0.14 0.04 166.31 0.88 0.67
Hex 60 F5 D3 3D 0 E 4 A6 58 43
Octal 140 365 323 75 0 16 4 246 130 103
Binary 1100000 11110101 11010011 111101 0 1110 100 10100110 1011000 1000011

Color Harmonies of #60F5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F5D3

Black with #60F5D3

Text Example


Text Example

White with #60F5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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