Html Css Color HEX #60FDCB Aquamarine

📋 copy color: '#60FDCB'

red 96 ◦ green 253 ◦ blue 203

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

Shades of Aquamarine #60FDCB

Tints of Aquamarine #60FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.83%

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

R = 17.39%
G = 45.83%
B = 36.78%

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

#60FDCB (or 0x60FDCB) is known color: Aquamarine. HEX triplet: 60, FD and CB. RGB value is (96,253,203). Sum of RGB (Red+Green+Blue) = 96+253+203=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDCB is #9F0234. Grayscale: #C8C8C8. Windows color (decimal): -10420789 or 13368672. OLE color: 13368672.

HSL color Cylindrical-coordinate representation of color #60FDCB: hue angle of 160.89º degrees, saturation: 0.98, 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 #60FDCB is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 253 203 -
CMYK 0.62 0 0.20 0.01
HSL 160.89º 0.98% 0.68% -
HSV(B) 160.89º 0.62% 0.99% -
XYZ 50.73 77.05 68.7 -
YUV 200.36 129.49 53.57 -
System Red Green Blue C M Y K H S L
Decimal 96 253 203 0.62 0 0.20 0.01 160.89 0.98 0.68
Hex 60 FD CB 3E 0 14 1 A1 62 44
Octal 140 375 313 76 0 24 1 241 142 104
Binary 1100000 11111101 11001011 111110 0 10100 1 10100001 1100010 1000100

Color Harmonies of #60FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDCB

Black with #60FDCB

Text Example


Text Example

White with #60FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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