Html Css Color HEX #96FFD7 Aquamarine

📋 copy color: '#96FFD7'

red 150 ◦ green 255 ◦ blue 215

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

Shades of Aquamarine #96FFD7

Tints of Aquamarine #96FFD7

RGB

 RED value IS 150 (58.98% from 255) = 24.19%

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

 BLUE value IS 215 (84.38% from 255) = 34.68%

R = 24.19%
G = 41.13%
B = 34.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#96FFD7 (or 0x96FFD7) is known color: Aquamarine. HEX triplet: 96, FF and D7. RGB value is (150,255,215). Sum of RGB (Red+Green+Blue) = 150+255+215=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFD7 is #690028. Grayscale: #DBDBDB. Windows color (decimal): -6881321 or 14155670. OLE color: 14155670.

HSL color Cylindrical-coordinate representation of color #96FFD7: hue angle of 157.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFD7 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 215 -
CMYK 0.41 0 0.16 0
HSL 157.14º 1% 0.79% -
HSV(B) 157.14º 0.41% 1% -
XYZ 60.6 82.91 77.1 -
YUV 219.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 150 255 215 0.41 0 0.16 0 157.14 1 0.79
Hex 96 FF D7 29 0 10 0 9D 64 4F
Octal 226 377 327 51 0 20 0 235 144 117
Binary 10010110 11111111 11010111 101001 0 10000 0 10011101 1100100 1001111

Color Harmonies of #96FFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFD7

Black with #96FFD7

Text Example


Text Example

White with #96FFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FFD7; }

 p { color: rgb(150,255,215); }

 H1.HeaderClassName
 {
   color: #96FFD7;
 }
 .AnyTagClassName
 {
   color: #96FFD7;
 }
</style>

background-color css

<style>
 a { background-color: #96FFD7; }

 a { background-color: rgb(150,255,215); }

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

border-color css

<style>
 span { border-color: #96FFD7; }

 span { border-color: rgb(150,255,215); }

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