Html Css Color HEX #60FCBB Aquamarine

📋 copy color: '#60FCBB'

red 96 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #60FCBB

Tints of Aquamarine #60FCBB

RGB

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

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

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

R = 17.94%
G = 47.1%
B = 34.95%

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

#60FCBB (or 0x60FCBB) is known color: Aquamarine. HEX triplet: 60, FC and BB. RGB value is (96,252,187). Sum of RGB (Red+Green+Blue) = 96+252+187=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCBB is #9F0344. Grayscale: #C6C6C6. Windows color (decimal): -10421061 or 12319840. OLE color: 12319840.

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

Color convert

RGB 96 252 187 -
CMYK 0.62 0 0.26 0.01
HSL 155º 0.96% 0.68% -
HSV(B) 155º 0.62% 0.99% -
XYZ 48.6 75.7 59.06 -
YUV 197.95 121.82 55.29 -
System Red Green Blue C M Y K H S L
Decimal 96 252 187 0.62 0 0.26 0.01 155 0.96 0.68
Hex 60 FC BB 3E 0 1A 1 9B 60 44
Octal 140 374 273 76 0 32 1 233 140 104
Binary 1100000 11111100 10111011 111110 0 11010 1 10011011 1100000 1000100

Color Harmonies of #60FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCBB

Black with #60FCBB

Text Example


Text Example

White with #60FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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