Html Css Color HEX #60FCCA Aquamarine

📋 copy color: '#60FCCA'

red 96 ◦ green 252 ◦ blue 202

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

Shades of Aquamarine #60FCCA

Tints of Aquamarine #60FCCA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.82%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 17.45%
G = 45.82%
B = 36.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#60FCCA (or 0x60FCCA) is known color: Aquamarine. HEX triplet: 60, FC and CA. RGB value is (96,252,202). Sum of RGB (Red+Green+Blue) = 96+252+202=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCCA is #9F0335. Grayscale: #C7C7C7. Windows color (decimal): -10421046 or 13302880. OLE color: 13302880.

HSL color Cylindrical-coordinate representation of color #60FCCA: hue angle of 160.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FCCA is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 252 202 -
CMYK 0.62 0 0.20 0.01
HSL 160.77º 0.96% 0.68% -
HSV(B) 160.77º 0.62% 0.99% -
XYZ 50.29 76.37 67.97 -
YUV 199.66 129.32 54.07 -
System Red Green Blue C M Y K H S L
Decimal 96 252 202 0.62 0 0.20 0.01 160.77 0.96 0.68
Hex 60 FC CA 3E 0 14 1 A1 60 44
Octal 140 374 312 76 0 24 1 241 140 104
Binary 1100000 11111100 11001010 111110 0 10100 1 10100001 1100000 1000100

Color Harmonies of #60FCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCCA

Black with #60FCCA

Text Example


Text Example

White with #60FCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,252,202); }

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

background-color css

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

 a { background-color: rgb(96,252,202); }

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

border-color css

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

 span { border-color: rgb(96,252,202); }

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