Html Css Color HEX #98FEDD Aquamarine

📋 copy color: '#98FEDD'

red 152 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #98FEDD

Tints of Aquamarine #98FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 24.24%
G = 40.51%
B = 35.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#98FEDD (or 0x98FEDD) is known color: Aquamarine. HEX triplet: 98, FE and DD. RGB value is (152,254,221). Sum of RGB (Red+Green+Blue) = 152+254+221=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FEDD is #670122. Grayscale: #DBDBDB. Windows color (decimal): -6750499 or 14548632. OLE color: 14548632.

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

Color convert

RGB 152 254 221 -
CMYK 0.40 0 0.13 0.00
HSL 160.59º 0.98% 0.8% -
HSV(B) 160.59º 0.4% 1% -
XYZ 61.44 82.78 81.15 -
YUV 219.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 152 254 221 0.40 0 0.13 0.00 160.59 0.98 0.8
Hex 98 FE DD 28 0 D 0 A1 62 50
Octal 230 376 335 50 0 15 0 241 142 120
Binary 10011000 11111110 11011101 101000 0 1101 0 10100001 1100010 1010000

Color Harmonies of #98FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FEDD

Black with #98FEDD

Text Example


Text Example

White with #98FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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