Html Css Color HEX #60F5CB Aquamarine

📋 copy color: '#60F5CB'

red 96 ◦ green 245 ◦ blue 203

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

Shades of Aquamarine #60F5CB

Tints of Aquamarine #60F5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 17.65%
G = 45.04%
B = 37.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#60F5CB (or 0x60F5CB) is known color: Aquamarine. HEX triplet: 60, F5 and CB. RGB value is (96,245,203). Sum of RGB (Red+Green+Blue) = 96+245+203=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5CB is #9F0A34. Grayscale: #C3C3C3. Windows color (decimal): -10422837 or 13366624. OLE color: 13366624.

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

Color convert

RGB 96 245 203 -
CMYK 0.61 0 0.17 0.04
HSL 163.09º 0.88% 0.67% -
HSV(B) 163.09º 0.61% 0.96% -
XYZ 48.26 72.1 67.87 -
YUV 195.66 132.14 56.92 -
System Red Green Blue C M Y K H S L
Decimal 96 245 203 0.61 0 0.17 0.04 163.09 0.88 0.67
Hex 60 F5 CB 3D 0 11 4 A3 58 43
Octal 140 365 313 75 0 21 4 243 130 103
Binary 1100000 11110101 11001011 111101 0 10001 100 10100011 1011000 1000011

Color Harmonies of #60F5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F5CB

Black with #60F5CB

Text Example


Text Example

White with #60F5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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