Html Css Color HEX #98FEE0 Aquamarine

📋 copy color: '#98FEE0'

red 152 ◦ green 254 ◦ blue 224

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

Shades of Aquamarine #98FEE0

Tints of Aquamarine #98FEE0

RGB

 RED value IS 152 (59.77% from 255) = 24.13%

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

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

R = 24.13%
G = 40.32%
B = 35.56%

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

#98FEE0 (or 0x98FEE0) is known color: Aquamarine. HEX triplet: 98, FE and E0. RGB value is (152,254,224). Sum of RGB (Red+Green+Blue) = 152+254+224=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FEE0 is #67011F. Grayscale: #DCDCDC. Windows color (decimal): -6750496 or 14745240. OLE color: 14745240.

HSL color Cylindrical-coordinate representation of color #98FEE0: hue angle of 162.35º 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 #98FEE0 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 254 224 -
CMYK 0.40 0 0.12 0.00
HSL 162.35º 0.98% 0.8% -
HSV(B) 162.35º 0.4% 1% -
XYZ 61.85 82.94 83.27 -
YUV 220.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 152 254 224 0.40 0 0.12 0.00 162.35 0.98 0.8
Hex 98 FE E0 28 0 C 0 A2 62 50
Octal 230 376 340 50 0 14 0 242 142 120
Binary 10011000 11111110 11100000 101000 0 1100 0 10100010 1100010 1010000

Color Harmonies of #98FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FEE0

Black with #98FEE0

Text Example


Text Example

White with #98FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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