Html Css Color HEX #96FEE6 Aquamarine

📋 copy color: '#96FEE6'

red 150 ◦ green 254 ◦ blue 230

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

Shades of Aquamarine #96FEE6

Tints of Aquamarine #96FEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 23.66%
G = 40.06%
B = 36.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#96FEE6 (or 0x96FEE6) is known color: Aquamarine. HEX triplet: 96, FE and E6. RGB value is (150,254,230). Sum of RGB (Red+Green+Blue) = 150+254+230=634 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.66% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEE6 is #690119. Grayscale: #DCDCDC. Windows color (decimal): -6881562 or 15138454. OLE color: 15138454.

HSL color Cylindrical-coordinate representation of color #96FEE6: hue angle of 166.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEE6 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 230 -
CMYK 0.41 0 0.09 0.00
HSL 166.15º 0.98% 0.79% -
HSV(B) 166.15º 0.41% 1% -
XYZ 62.3 83.08 87.62 -
YUV 220.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 150 254 230 0.41 0 0.09 0.00 166.15 0.98 0.79
Hex 96 FE E6 29 0 9 0 A6 62 4F
Octal 226 376 346 51 0 11 0 246 142 117
Binary 10010110 11111110 11100110 101001 0 1001 0 10100110 1100010 1001111

Color Harmonies of #96FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEE6

Black with #96FEE6

Text Example


Text Example

White with #96FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,230); }

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

background-color css

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

 a { background-color: rgb(150,254,230); }

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

border-color css

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

 span { border-color: rgb(150,254,230); }

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