Html Css Color HEX #96FFD3 Aquamarine

📋 copy color: '#96FFD3'

red 150 ◦ green 255 ◦ blue 211

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

Shades of Aquamarine #96FFD3

Tints of Aquamarine #96FFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.25%

R = 24.35%
G = 41.4%
B = 34.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#96FFD3 (or 0x96FFD3) is known color: Aquamarine. HEX triplet: 96, FF and D3. RGB value is (150,255,211). Sum of RGB (Red+Green+Blue) = 150+255+211=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFD3 is #69002C. Grayscale: #DADADA. Windows color (decimal): -6881325 or 13893526. OLE color: 13893526.

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

Color convert

RGB 150 255 211 -
CMYK 0.41 0 0.17 0
HSL 154.86º 1% 0.79% -
HSV(B) 154.86º 0.41% 1% -
XYZ 60.1 82.71 74.42 -
YUV 218.59 123.71 79.08 -
System Red Green Blue C M Y K H S L
Decimal 150 255 211 0.41 0 0.17 0 154.86 1 0.79
Hex 96 FF D3 29 0 11 0 9B 64 4F
Octal 226 377 323 51 0 21 0 233 144 117
Binary 10010110 11111111 11010011 101001 0 10001 0 10011011 1100100 1001111

Color Harmonies of #96FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFD3

Black with #96FFD3

Text Example


Text Example

White with #96FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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