Html Css Color HEX #96FEDB Aquamarine

📋 copy color: '#96FEDB'

red 150 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #96FEDB

Tints of Aquamarine #96FEDB

RGB

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

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

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

R = 24.08%
G = 40.77%
B = 35.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#96FEDB (or 0x96FEDB) is known color: Aquamarine. HEX triplet: 96, FE and DB. RGB value is (150,254,219). Sum of RGB (Red+Green+Blue) = 150+254+219=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEDB is #690124. Grayscale: #DADADA. Windows color (decimal): -6881573 or 14417558. OLE color: 14417558.

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

Color convert

RGB 150 254 219 -
CMYK 0.41 0 0.14 0.00
HSL 159.81º 0.98% 0.79% -
HSV(B) 159.81º 0.41% 1% -
XYZ 60.81 82.48 79.73 -
YUV 218.91 128.04 78.85 -
System Red Green Blue C M Y K H S L
Decimal 150 254 219 0.41 0 0.14 0.00 159.81 0.98 0.79
Hex 96 FE DB 29 0 E 0 A0 62 4F
Octal 226 376 333 51 0 16 0 240 142 117
Binary 10010110 11111110 11011011 101001 0 1110 0 10100000 1100010 1001111

Color Harmonies of #96FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEDB

Black with #96FEDB

Text Example


Text Example

White with #96FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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