Html Css Color HEX #96FAE1 Aquamarine

📋 copy color: '#96FAE1'

red 150 ◦ green 250 ◦ blue 225

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

Shades of Aquamarine #96FAE1

Tints of Aquamarine #96FAE1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40%

 BLUE value IS 225 (88.28% from 255) = 36%

R = 24%
G = 40%
B = 36%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#96FAE1 (or 0x96FAE1) is known color: Aquamarine. HEX triplet: 96, FA and E1. RGB value is (150,250,225). Sum of RGB (Red+Green+Blue) = 150+250+225=625 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAE1 is #69051E. Grayscale: #D9D9D9. Windows color (decimal): -6882591 or 14809750. OLE color: 14809750.

HSL color Cylindrical-coordinate representation of color #96FAE1: hue angle of 165º degrees, saturation: 0.91, 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 #96FAE1 is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 225 -
CMYK 0.4 0 0.10 0.02
HSL 165º 0.91% 0.78% -
HSV(B) 165º 0.4% 0.98% -
XYZ 60.35 80.29 83.55 -
YUV 217.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 150 250 225 0.4 0 0.10 0.02 165 0.91 0.78
Hex 96 FA E1 28 0 A 2 A5 5B 4E
Octal 226 372 341 50 0 12 2 245 133 116
Binary 10010110 11111010 11100001 101000 0 1010 10 10100101 1011011 1001110

Color Harmonies of #96FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAE1

Black with #96FAE1

Text Example


Text Example

White with #96FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,225); }

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

background-color css

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

 a { background-color: rgb(150,250,225); }

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

border-color css

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

 span { border-color: rgb(150,250,225); }

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