Html Css Color HEX #96FADB Aquamarine

📋 copy color: '#96FADB'

red 150 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #96FADB

Tints of Aquamarine #96FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

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

R = 24.23%
G = 40.39%
B = 35.38%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#96FADB (or 0x96FADB) is known color: Aquamarine. HEX triplet: 96, FA and DB. RGB value is (150,250,219). Sum of RGB (Red+Green+Blue) = 150+250+219=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #96FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FADB is #690524. Grayscale: #D8D8D8. Windows color (decimal): -6882597 or 14416534. OLE color: 14416534.

HSL color Cylindrical-coordinate representation of color #96FADB: hue angle of 161.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FADB is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 219 -
CMYK 0.4 0 0.12 0.02
HSL 161.4º 0.91% 0.78% -
HSV(B) 161.4º 0.4% 0.98% -
XYZ 59.55 79.97 79.31 -
YUV 216.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 150 250 219 0.4 0 0.12 0.02 161.4 0.91 0.78
Hex 96 FA DB 28 0 C 2 A1 5B 4E
Octal 226 372 333 50 0 14 2 241 133 116
Binary 10010110 11111010 11011011 101000 0 1100 10 10100001 1011011 1001110

Color Harmonies of #96FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FADB

Black with #96FADB

Text Example


Text Example

White with #96FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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