Html Css Color HEX #96FDD8 Aquamarine

📋 copy color: '#96FDD8'

red 150 ◦ green 253 ◦ blue 216

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

Shades of Aquamarine #96FDD8

Tints of Aquamarine #96FDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.89%

R = 24.23%
G = 40.87%
B = 34.89%

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

#96FDD8 (or 0x96FDD8) is known color: Aquamarine. HEX triplet: 96, FD and D8. RGB value is (150,253,216). Sum of RGB (Red+Green+Blue) = 150+253+216=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDD8 is #690227. Grayscale: #DADADA. Windows color (decimal): -6881832 or 14220694. OLE color: 14220694.

HSL color Cylindrical-coordinate representation of color #96FDD8: hue angle of 158.45º 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 #96FDD8 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 216 -
CMYK 0.41 0 0.15 0.01
HSL 158.45º 0.96% 0.79% -
HSV(B) 158.45º 0.41% 0.99% -
XYZ 60.1 81.69 77.57 -
YUV 217.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 150 253 216 0.41 0 0.15 0.01 158.45 0.96 0.79
Hex 96 FD D8 29 0 F 1 9E 60 4F
Octal 226 375 330 51 0 17 1 236 140 117
Binary 10010110 11111101 11011000 101001 0 1111 1 10011110 1100000 1001111

Color Harmonies of #96FDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDD8

Black with #96FDD8

Text Example


Text Example

White with #96FDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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