Html Css Color HEX #96FFDE Aquamarine

📋 copy color: '#96FFDE'

red 150 ◦ green 255 ◦ blue 222

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

Shades of Aquamarine #96FFDE

Tints of Aquamarine #96FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

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

R = 23.92%
G = 40.67%
B = 35.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#96FFDE (or 0x96FFDE) is known color: Aquamarine. HEX triplet: 96, FF and DE. RGB value is (150,255,222). Sum of RGB (Red+Green+Blue) = 150+255+222=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDE is #690021. Grayscale: #DBDBDB. Windows color (decimal): -6881314 or 14614422. OLE color: 14614422.

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

Color convert

RGB 150 255 222 -
CMYK 0.41 0 0.13 0
HSL 161.14º 1% 0.79% -
HSV(B) 161.14º 0.41% 1% -
XYZ 61.52 83.28 81.94 -
YUV 219.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 150 255 222 0.41 0 0.13 0 161.14 1 0.79
Hex 96 FF DE 29 0 D 0 A1 64 4F
Octal 226 377 336 51 0 15 0 241 144 117
Binary 10010110 11111111 11011110 101001 0 1101 0 10100001 1100100 1001111

Color Harmonies of #96FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFDE

Black with #96FFDE

Text Example


Text Example

White with #96FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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