Html Css Color HEX #60F1CC Aquamarine

📋 copy color: '#60F1CC'

red 96 ◦ green 241 ◦ blue 204

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

Shades of Aquamarine #60F1CC

Tints of Aquamarine #60F1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.55%

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

R = 17.74%
G = 44.55%
B = 37.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#60F1CC (or 0x60F1CC) is known color: Aquamarine. HEX triplet: 60, F1 and CC. RGB value is (96,241,204). Sum of RGB (Red+Green+Blue) = 96+241+204=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F1CC is #9F0E33. Grayscale: #C1C1C1. Windows color (decimal): -10423860 or 13431136. OLE color: 13431136.

HSL color Cylindrical-coordinate representation of color #60F1CC: hue angle of 164.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1CC is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 241 204 -
CMYK 0.60 0 0.15 0.05
HSL 164.69º 0.84% 0.66% -
HSV(B) 164.69º 0.6% 0.95% -
XYZ 47.18 69.76 68.1 -
YUV 193.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 96 241 204 0.60 0 0.15 0.05 164.69 0.84 0.66
Hex 60 F1 CC 3C 0 F 5 A5 54 42
Octal 140 361 314 74 0 17 5 245 124 102
Binary 1100000 11110001 11001100 111100 0 1111 101 10100101 1010100 1000010

Color Harmonies of #60F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F1CC

Black with #60F1CC

Text Example


Text Example

White with #60F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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