Html Css Color HEX #96FAE7 Aquamarine

📋 copy color: '#96FAE7'

red 150 ◦ green 250 ◦ blue 231

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

Shades of Aquamarine #96FAE7

Tints of Aquamarine #96FAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.61%

R = 23.77%
G = 39.62%
B = 36.61%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#96FAE7 (or 0x96FAE7) is known color: Aquamarine. HEX triplet: 96, FA and E7. RGB value is (150,250,231). Sum of RGB (Red+Green+Blue) = 150+250+231=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FAE7 is #690518. Grayscale: #D9D9D9. Windows color (decimal): -6882585 or 15202966. OLE color: 15202966.

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

Color convert

RGB 150 250 231 -
CMYK 0.4 0 0.08 0.02
HSL 168.6º 0.91% 0.78% -
HSV(B) 168.6º 0.4% 0.98% -
XYZ 61.19 80.62 87.94 -
YUV 217.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 150 250 231 0.4 0 0.08 0.02 168.6 0.91 0.78
Hex 96 FA E7 28 0 8 2 A9 5B 4E
Octal 226 372 347 50 0 10 2 251 133 116
Binary 10010110 11111010 11100111 101000 0 1000 10 10101001 1011011 1001110

Color Harmonies of #96FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAE7

Black with #96FAE7

Text Example


Text Example

White with #96FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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