Html Css Color HEX #96FFD5 Aquamarine

📋 copy color: '#96FFD5'

red 150 ◦ green 255 ◦ blue 213

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

Shades of Aquamarine #96FFD5

Tints of Aquamarine #96FFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 24.27%
G = 41.26%
B = 34.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#96FFD5 (or 0x96FFD5) is known color: Aquamarine. HEX triplet: 96, FF and D5. RGB value is (150,255,213). Sum of RGB (Red+Green+Blue) = 150+255+213=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFD5 is #69002A. Grayscale: #DADADA. Windows color (decimal): -6881323 or 14024598. OLE color: 14024598.

HSL color Cylindrical-coordinate representation of color #96FFD5: hue angle of 156º 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 #96FFD5 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 213 -
CMYK 0.41 0 0.16 0
HSL 156º 1% 0.79% -
HSV(B) 156º 0.41% 1% -
XYZ 60.35 82.81 75.75 -
YUV 218.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 150 255 213 0.41 0 0.16 0 156 1 0.79
Hex 96 FF D5 29 0 10 0 9C 64 4F
Octal 226 377 325 51 0 20 0 234 144 117
Binary 10010110 11111111 11010101 101001 0 10000 0 10011100 1100100 1001111

Color Harmonies of #96FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFD5

Black with #96FFD5

Text Example


Text Example

White with #96FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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