Html Css Color HEX #96FCE1 Aquamarine

📋 copy color: '#96FCE1'

red 150 ◦ green 252 ◦ blue 225

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

Shades of Aquamarine #96FCE1

Tints of Aquamarine #96FCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.89%

R = 23.92%
G = 40.19%
B = 35.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#96FCE1 (or 0x96FCE1) is known color: Aquamarine. HEX triplet: 96, FC and E1. RGB value is (150,252,225). Sum of RGB (Red+Green+Blue) = 150+252+225=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCE1 is #69031E. Grayscale: #DADADA. Windows color (decimal): -6882079 or 14810262. OLE color: 14810262.

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

Color convert

RGB 150 252 225 -
CMYK 0.40 0 0.11 0.01
HSL 164.12º 0.94% 0.79% -
HSV(B) 164.12º 0.4% 0.99% -
XYZ 60.98 81.54 83.76 -
YUV 218.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 150 252 225 0.40 0 0.11 0.01 164.12 0.94 0.79
Hex 96 FC E1 28 0 B 1 A4 5E 4F
Octal 226 374 341 50 0 13 1 244 136 117
Binary 10010110 11111100 11100001 101000 0 1011 1 10100100 1011110 1001111

Color Harmonies of #96FCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCE1

Black with #96FCE1

Text Example


Text Example

White with #96FCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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