Html Css Color HEX #96FDE8 Aquamarine

📋 copy color: '#96FDE8'

red 150 ◦ green 253 ◦ blue 232

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

Shades of Aquamarine #96FDE8

Tints of Aquamarine #96FDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 23.62%
G = 39.84%
B = 36.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#96FDE8 (or 0x96FDE8) is known color: Aquamarine. HEX triplet: 96, FD and E8. RGB value is (150,253,232). Sum of RGB (Red+Green+Blue) = 150+253+232=635 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.62% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FDE8 is #690217. Grayscale: #DBDBDB. Windows color (decimal): -6881816 or 15269270. OLE color: 15269270.

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

Color convert

RGB 150 253 232 -
CMYK 0.41 0 0.08 0.01
HSL 167.77º 0.96% 0.79% -
HSV(B) 167.77º 0.41% 0.99% -
XYZ 62.27 82.56 89 -
YUV 219.81 134.88 78.21 -
System Red Green Blue C M Y K H S L
Decimal 150 253 232 0.41 0 0.08 0.01 167.77 0.96 0.79
Hex 96 FD E8 29 0 8 1 A8 60 4F
Octal 226 375 350 51 0 10 1 250 140 117
Binary 10010110 11111101 11101000 101001 0 1000 1 10101000 1100000 1001111

Color Harmonies of #96FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDE8

Black with #96FDE8

Text Example


Text Example

White with #96FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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