Html Css Color HEX #96FCD4 Aquamarine

📋 copy color: '#96FCD4'

red 150 ◦ green 252 ◦ blue 212

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

Shades of Aquamarine #96FCD4

Tints of Aquamarine #96FCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

 BLUE value IS 212 (83.2% from 255) = 34.53%

R = 24.43%
G = 41.04%
B = 34.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#96FCD4 (or 0x96FCD4) is known color: Aquamarine. HEX triplet: 96, FC and D4. RGB value is (150,252,212). Sum of RGB (Red+Green+Blue) = 150+252+212=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCD4 is #69032B. Grayscale: #D8D8D8. Windows color (decimal): -6882092 or 13958294. OLE color: 13958294.

HSL color Cylindrical-coordinate representation of color #96FCD4: hue angle of 156.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCD4 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 212 -
CMYK 0.40 0 0.16 0.01
HSL 156.47º 0.94% 0.79% -
HSV(B) 156.47º 0.4% 0.99% -
XYZ 59.27 80.86 74.77 -
YUV 216.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 150 252 212 0.40 0 0.16 0.01 156.47 0.94 0.79
Hex 96 FC D4 28 0 10 1 9C 5E 4F
Octal 226 374 324 50 0 20 1 234 136 117
Binary 10010110 11111100 11010100 101000 0 10000 1 10011100 1011110 1001111

Color Harmonies of #96FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCD4

Black with #96FCD4

Text Example


Text Example

White with #96FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,212); }

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

background-color css

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

 a { background-color: rgb(150,252,212); }

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

border-color css

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

 span { border-color: rgb(150,252,212); }

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