Html Css Color HEX #96FCDF Aquamarine

📋 copy color: '#96FCDF'

red 150 ◦ green 252 ◦ blue 223

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

Shades of Aquamarine #96FCDF

Tints of Aquamarine #96FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.32%

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

R = 24%
G = 40.32%
B = 35.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#96FCDF (or 0x96FCDF) is known color: Aquamarine. HEX triplet: 96, FC and DF. RGB value is (150,252,223). Sum of RGB (Red+Green+Blue) = 150+252+223=625 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCDF is #690320. Grayscale: #DADADA. Windows color (decimal): -6882081 or 14679190. OLE color: 14679190.

HSL color Cylindrical-coordinate representation of color #96FCDF: hue angle of 162.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCDF is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 223 -
CMYK 0.40 0 0.12 0.01
HSL 162.94º 0.94% 0.79% -
HSV(B) 162.94º 0.4% 0.99% -
XYZ 60.71 81.43 82.33 -
YUV 218.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 150 252 223 0.40 0 0.12 0.01 162.94 0.94 0.79
Hex 96 FC DF 28 0 C 1 A3 5E 4F
Octal 226 374 337 50 0 14 1 243 136 117
Binary 10010110 11111100 11011111 101000 0 1100 1 10100011 1011110 1001111

Color Harmonies of #96FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCDF

Black with #96FCDF

Text Example


Text Example

White with #96FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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