Html Css Color HEX #96F9DF Aquamarine

📋 copy color: '#96F9DF'

red 150 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #96F9DF

Tints of Aquamarine #96F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.03%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 24.12%
G = 40.03%
B = 35.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#96F9DF (or 0x96F9DF) is known color: Aquamarine. HEX triplet: 96, F9 and DF. RGB value is (150,249,223). Sum of RGB (Red+Green+Blue) = 150+249+223=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9DF is #690620. Grayscale: #D8D8D8. Windows color (decimal): -6882849 or 14678422. OLE color: 14678422.

HSL color Cylindrical-coordinate representation of color #96F9DF: hue angle of 164.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9DF is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 223 -
CMYK 0.40 0 0.10 0.02
HSL 164.24º 0.89% 0.78% -
HSV(B) 164.24º 0.4% 0.98% -
XYZ 59.77 79.56 82.02 -
YUV 216.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 150 249 223 0.40 0 0.10 0.02 164.24 0.89 0.78
Hex 96 F9 DF 28 0 A 2 A4 59 4E
Octal 226 371 337 50 0 12 2 244 131 116
Binary 10010110 11111001 11011111 101000 0 1010 10 10100100 1011001 1001110

Color Harmonies of #96F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9DF

Black with #96F9DF

Text Example


Text Example

White with #96F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,223); }

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

background-color css

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

 a { background-color: rgb(150,249,223); }

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

border-color css

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

 span { border-color: rgb(150,249,223); }

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