Html Css Color HEX #60F9CB Aquamarine

📋 copy color: '#60F9CB'

red 96 ◦ green 249 ◦ blue 203

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

Shades of Aquamarine #60F9CB

Tints of Aquamarine #60F9CB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

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

R = 17.52%
G = 45.44%
B = 37.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#60F9CB (or 0x60F9CB) is known color: Aquamarine. HEX triplet: 60, F9 and CB. RGB value is (96,249,203). Sum of RGB (Red+Green+Blue) = 96+249+203=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F9CB is #9F0634. Grayscale: #C6C6C6. Windows color (decimal): -10421813 or 13367648. OLE color: 13367648.

HSL color Cylindrical-coordinate representation of color #60F9CB: hue angle of 161.96º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9CB is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 249 203 -
CMYK 0.61 0 0.18 0.02
HSL 161.96º 0.93% 0.68% -
HSV(B) 161.96º 0.61% 0.98% -
XYZ 49.48 74.55 68.28 -
YUV 198.01 130.81 55.24 -
System Red Green Blue C M Y K H S L
Decimal 96 249 203 0.61 0 0.18 0.02 161.96 0.93 0.68
Hex 60 F9 CB 3D 0 12 2 A2 5D 44
Octal 140 371 313 75 0 22 2 242 135 104
Binary 1100000 11111001 11001011 111101 0 10010 10 10100010 1011101 1000100

Color Harmonies of #60F9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F9CB

Black with #60F9CB

Text Example


Text Example

White with #60F9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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