Html Css Color HEX #96FADF Aquamarine

📋 copy color: '#96FADF'

red 150 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #96FADF

Tints of Aquamarine #96FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 24.08%
G = 40.13%
B = 35.79%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#96FADF (or 0x96FADF) is known color: Aquamarine. HEX triplet: 96, FA and DF. RGB value is (150,250,223). Sum of RGB (Red+Green+Blue) = 150+250+223=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #96FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FADF is #690520. Grayscale: #D9D9D9. Windows color (decimal): -6882593 or 14678678. OLE color: 14678678.

HSL color Cylindrical-coordinate representation of color #96FADF: hue angle of 163.8º 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 #96FADF is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 223 -
CMYK 0.4 0 0.11 0.02
HSL 163.8º 0.91% 0.78% -
HSV(B) 163.8º 0.4% 0.98% -
XYZ 60.08 80.18 82.12 -
YUV 217.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 150 250 223 0.4 0 0.11 0.02 163.8 0.91 0.78
Hex 96 FA DF 28 0 B 2 A4 5B 4E
Octal 226 372 337 50 0 13 2 244 133 116
Binary 10010110 11111010 11011111 101000 0 1011 10 10100100 1011011 1001110

Color Harmonies of #96FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FADF

Black with #96FADF

Text Example


Text Example

White with #96FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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