Html Css Color HEX #96F2DF Aquamarine

📋 copy color: '#96F2DF'

red 150 ◦ green 242 ◦ blue 223

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

Shades of Aquamarine #96F2DF

Tints of Aquamarine #96F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.35%

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

R = 24.39%
G = 39.35%
B = 36.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#96F2DF (or 0x96F2DF) is known color: Aquamarine. HEX triplet: 96, F2 and DF. RGB value is (150,242,223). Sum of RGB (Red+Green+Blue) = 150+242+223=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2DF is #690D20. Grayscale: #D4D4D4. Windows color (decimal): -6884641 or 14676630. OLE color: 14676630.

HSL color Cylindrical-coordinate representation of color #96F2DF: hue angle of 167.61º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2DF is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 223 -
CMYK 0.38 0 0.08 0.05
HSL 167.61º 0.78% 0.77% -
HSV(B) 167.61º 0.38% 0.95% -
XYZ 57.65 75.32 81.31 -
YUV 212.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 150 242 223 0.38 0 0.08 0.05 167.61 0.78 0.77
Hex 96 F2 DF 26 0 8 5 A8 4E 4D
Octal 226 362 337 46 0 10 5 250 116 115
Binary 10010110 11110010 11011111 100110 0 1000 101 10101000 1001110 1001101

Color Harmonies of #96F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2DF

Black with #96F2DF

Text Example


Text Example

White with #96F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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