Html Css Color HEX #60FDBB Aquamarine

📋 copy color: '#60FDBB'

red 96 ◦ green 253 ◦ blue 187

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

Shades of Aquamarine #60FDBB

Tints of Aquamarine #60FDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 17.91%
G = 47.2%
B = 34.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#60FDBB (or 0x60FDBB) is known color: Aquamarine. HEX triplet: 60, FD and BB. RGB value is (96,253,187). Sum of RGB (Red+Green+Blue) = 96+253+187=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDBB is #9F0244. Grayscale: #C6C6C6. Windows color (decimal): -10420805 or 12320096. OLE color: 12320096.

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

Color convert

RGB 96 253 187 -
CMYK 0.62 0 0.26 0.01
HSL 154.78º 0.98% 0.68% -
HSV(B) 154.78º 0.62% 0.99% -
XYZ 48.92 76.33 59.17 -
YUV 198.53 121.49 54.87 -
System Red Green Blue C M Y K H S L
Decimal 96 253 187 0.62 0 0.26 0.01 154.78 0.98 0.68
Hex 60 FD BB 3E 0 1A 1 9B 62 44
Octal 140 375 273 76 0 32 1 233 142 104
Binary 1100000 11111101 10111011 111110 0 11010 1 10011011 1100010 1000100

Color Harmonies of #60FDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDBB

Black with #60FDBB

Text Example


Text Example

White with #60FDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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