Html Css Color HEX #98FEDB Aquamarine

📋 copy color: '#98FEDB'

red 152 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #98FEDB

Tints of Aquamarine #98FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 24.32%
G = 40.64%
B = 35.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#98FEDB (or 0x98FEDB) is known color: Aquamarine. HEX triplet: 98, FE and DB. RGB value is (152,254,219). Sum of RGB (Red+Green+Blue) = 152+254+219=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FEDB is #670124. Grayscale: #DBDBDB. Windows color (decimal): -6750501 or 14417560. OLE color: 14417560.

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

Color convert

RGB 152 254 219 -
CMYK 0.40 0 0.14 0.00
HSL 159.41º 0.98% 0.8% -
HSV(B) 159.41º 0.4% 1% -
XYZ 61.18 82.67 79.75 -
YUV 219.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 152 254 219 0.40 0 0.14 0.00 159.41 0.98 0.8
Hex 98 FE DB 28 0 E 0 9F 62 50
Octal 230 376 333 50 0 16 0 237 142 120
Binary 10011000 11111110 11011011 101000 0 1110 0 10011111 1100010 1010000

Color Harmonies of #98FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FEDB

Black with #98FEDB

Text Example


Text Example

White with #98FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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