Html Css Color HEX #60FFBF Aquamarine

📋 copy color: '#60FFBF'

red 96 ◦ green 255 ◦ blue 191

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

Shades of Aquamarine #60FFBF

Tints of Aquamarine #60FFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 191 (75% from 255) = 35.24%

R = 17.71%
G = 47.05%
B = 35.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#60FFBF (or 0x60FFBF) is known color: Aquamarine. HEX triplet: 60, FF and BF. RGB value is (96,255,191). Sum of RGB (Red+Green+Blue) = 96+255+191=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFBF is #9F0040. Grayscale: #C8C8C8. Windows color (decimal): -10420289 or 12582752. OLE color: 12582752.

HSL color Cylindrical-coordinate representation of color #60FFBF: hue angle of 155.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFBF is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 96 255 191 -
CMYK 0.62 0 0.25 0
HSL 155.85º 1% 0.69% -
HSV(B) 155.85º 0.62% 1% -
XYZ 49.99 77.77 61.67 -
YUV 200.16 122.82 53.7 -
System Red Green Blue C M Y K H S L
Decimal 96 255 191 0.62 0 0.25 0 155.85 1 0.69
Hex 60 FF BF 3E 0 19 0 9C 64 45
Octal 140 377 277 76 0 31 0 234 144 105
Binary 1100000 11111111 10111111 111110 0 11001 0 10011100 1100100 1000101

Color Harmonies of #60FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFBF

Black with #60FFBF

Text Example


Text Example

White with #60FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,255,191); }

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

background-color css

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

 a { background-color: rgb(96,255,191); }

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

border-color css

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

 span { border-color: rgb(96,255,191); }

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