Html Css Color HEX #96FEDE Aquamarine

📋 copy color: '#96FEDE'

red 150 ◦ green 254 ◦ blue 222

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

Shades of Aquamarine #96FEDE

Tints of Aquamarine #96FEDE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.58%

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 23.96%
G = 40.58%
B = 35.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#96FEDE (or 0x96FEDE) is known color: Aquamarine. HEX triplet: 96, FE and DE. RGB value is (150,254,222). Sum of RGB (Red+Green+Blue) = 150+254+222=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEDE is #690121. Grayscale: #DBDBDB. Windows color (decimal): -6881570 or 14614166. OLE color: 14614166.

HSL color Cylindrical-coordinate representation of color #96FEDE: hue angle of 161.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEDE is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 222 -
CMYK 0.41 0 0.13 0.00
HSL 161.54º 0.98% 0.79% -
HSV(B) 161.54º 0.41% 1% -
XYZ 61.2 82.64 81.83 -
YUV 219.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 150 254 222 0.41 0 0.13 0.00 161.54 0.98 0.79
Hex 96 FE DE 29 0 D 0 A2 62 4F
Octal 226 376 336 51 0 15 0 242 142 117
Binary 10010110 11111110 11011110 101001 0 1101 0 10100010 1100010 1001111

Color Harmonies of #96FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEDE

Black with #96FEDE

Text Example


Text Example

White with #96FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,222); }

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

background-color css

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

 a { background-color: rgb(150,254,222); }

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

border-color css

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

 span { border-color: rgb(150,254,222); }

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