Html Css Color HEX #96F8DC Aquamarine

📋 copy color: '#96F8DC'

red 150 ◦ green 248 ◦ blue 220

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

Shades of Aquamarine #96F8DC

Tints of Aquamarine #96F8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.13%

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 24.27%
G = 40.13%
B = 35.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#96F8DC (or 0x96F8DC) is known color: Aquamarine. HEX triplet: 96, F8 and DC. RGB value is (150,248,220). Sum of RGB (Red+Green+Blue) = 150+248+220=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8DC is #690723. Grayscale: #D7D7D7. Windows color (decimal): -6883108 or 14481558. OLE color: 14481558.

HSL color Cylindrical-coordinate representation of color #96F8DC: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8DC is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 220 -
CMYK 0.40 0 0.11 0.03
HSL 162.86º 0.88% 0.78% -
HSV(B) 162.86º 0.4% 0.97% -
XYZ 59.06 78.79 79.8 -
YUV 215.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 150 248 220 0.40 0 0.11 0.03 162.86 0.88 0.78
Hex 96 F8 DC 28 0 B 3 A3 58 4E
Octal 226 370 334 50 0 13 3 243 130 116
Binary 10010110 11111000 11011100 101000 0 1011 11 10100011 1011000 1001110

Color Harmonies of #96F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8DC

Black with #96F8DC

Text Example


Text Example

White with #96F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,220); }

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

background-color css

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

 a { background-color: rgb(150,248,220); }

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

border-color css

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

 span { border-color: rgb(150,248,220); }

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