Html Css Color HEX #96FFDB Aquamarine

📋 copy color: '#96FFDB'

red 150 ◦ green 255 ◦ blue 219

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

Shades of Aquamarine #96FFDB

Tints of Aquamarine #96FFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 24.04%
G = 40.87%
B = 35.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#96FFDB (or 0x96FFDB) is known color: Aquamarine. HEX triplet: 96, FF and DB. RGB value is (150,255,219). Sum of RGB (Red+Green+Blue) = 150+255+219=624 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.04% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDB is #690024. Grayscale: #DBDBDB. Windows color (decimal): -6881317 or 14417814. OLE color: 14417814.

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

Color convert

RGB 150 255 219 -
CMYK 0.41 0 0.14 0
HSL 159.43º 1% 0.79% -
HSV(B) 159.43º 0.41% 1% -
XYZ 61.12 83.12 79.84 -
YUV 219.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 150 255 219 0.41 0 0.14 0 159.43 1 0.79
Hex 96 FF DB 29 0 E 0 9F 64 4F
Octal 226 377 333 51 0 16 0 237 144 117
Binary 10010110 11111111 11011011 101001 0 1110 0 10011111 1100100 1001111

Color Harmonies of #96FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFDB

Black with #96FFDB

Text Example


Text Example

White with #96FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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