Html Css Color HEX #96FCDC Aquamarine

📋 copy color: '#96FCDC'

red 150 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #96FCDC

Tints of Aquamarine #96FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 24.12%
G = 40.51%
B = 35.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#96FCDC (or 0x96FCDC) is known color: Aquamarine. HEX triplet: 96, FC and DC. RGB value is (150,252,220). Sum of RGB (Red+Green+Blue) = 150+252+220=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCDC is #690323. Grayscale: #D9D9D9. Windows color (decimal): -6882084 or 14482582. OLE color: 14482582.

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

Color convert

RGB 150 252 220 -
CMYK 0.40 0 0.13 0.01
HSL 161.18º 0.94% 0.79% -
HSV(B) 161.18º 0.4% 0.99% -
XYZ 60.31 81.27 80.22 -
YUV 217.85 129.21 79.6 -
System Red Green Blue C M Y K H S L
Decimal 150 252 220 0.40 0 0.13 0.01 161.18 0.94 0.79
Hex 96 FC DC 28 0 D 1 A1 5E 4F
Octal 226 374 334 50 0 15 1 241 136 117
Binary 10010110 11111100 11011100 101000 0 1101 1 10100001 1011110 1001111

Color Harmonies of #96FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCDC

Black with #96FCDC

Text Example


Text Example

White with #96FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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