Html Css Color HEX #96FDD7 Aquamarine

📋 copy color: '#96FDD7'

red 150 ◦ green 253 ◦ blue 215

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

Shades of Aquamarine #96FDD7

Tints of Aquamarine #96FDD7

RGB

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

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

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

R = 24.27%
G = 40.94%
B = 34.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#96FDD7 (or 0x96FDD7) is known color: Aquamarine. HEX triplet: 96, FD and D7. RGB value is (150,253,215). Sum of RGB (Red+Green+Blue) = 150+253+215=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDD7 is #690228. Grayscale: #D9D9D9. Windows color (decimal): -6881833 or 14155158. OLE color: 14155158.

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

Color convert

RGB 150 253 215 -
CMYK 0.41 0 0.15 0.01
HSL 157.86º 0.96% 0.79% -
HSV(B) 157.86º 0.41% 0.99% -
XYZ 59.97 81.64 76.89 -
YUV 217.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 150 253 215 0.41 0 0.15 0.01 157.86 0.96 0.79
Hex 96 FD D7 29 0 F 1 9E 60 4F
Octal 226 375 327 51 0 17 1 236 140 117
Binary 10010110 11111101 11010111 101001 0 1111 1 10011110 1100000 1001111

Color Harmonies of #96FDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDD7

Black with #96FDD7

Text Example


Text Example

White with #96FDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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