Html Css Color HEX #99FEE0 Aquamarine

📋 copy color: '#99FEE0'

red 153 ◦ green 254 ◦ blue 224

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

Shades of Aquamarine #99FEE0

Tints of Aquamarine #99FEE0

RGB

 RED value IS 153 (60.16% from 255) = 24.25%

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

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 24.25%
G = 40.25%
B = 35.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#99FEE0 (or 0x99FEE0) is known color: Aquamarine. HEX triplet: 99, FE and E0. RGB value is (153,254,224). Sum of RGB (Red+Green+Blue) = 153+254+224=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEE0 is #66011F. Grayscale: #DCDCDC. Windows color (decimal): -6684960 or 14745241. OLE color: 14745241.

HSL color Cylindrical-coordinate representation of color #99FEE0: hue angle of 162.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEE0 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 254 224 -
CMYK 0.40 0 0.12 0.00
HSL 162.18º 0.98% 0.8% -
HSV(B) 162.18º 0.4% 1% -
XYZ 62.03 83.04 83.28 -
YUV 220.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 153 254 224 0.40 0 0.12 0.00 162.18 0.98 0.8
Hex 99 FE E0 28 0 C 0 A2 62 50
Octal 231 376 340 50 0 14 0 242 142 120
Binary 10011001 11111110 11100000 101000 0 1100 0 10100010 1100010 1010000

Color Harmonies of #99FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FEE0

Black with #99FEE0

Text Example


Text Example

White with #99FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99FEE0; }

 p { color: rgb(153,254,224); }

 H1.HeaderClassName
 {
   color: #99FEE0;
 }
 .AnyTagClassName
 {
   color: #99FEE0;
 }
</style>

background-color css

<style>
 a { background-color: #99FEE0; }

 a { background-color: rgb(153,254,224); }

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

border-color css

<style>
 span { border-color: #99FEE0; }

 span { border-color: rgb(153,254,224); }

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