Html Css Color HEX #98FDDC Aquamarine

📋 copy color: '#98FDDC'

red 152 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #98FDDC

Tints of Aquamarine #98FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.48%

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 24.32%
G = 40.48%
B = 35.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#98FDDC (or 0x98FDDC) is known color: Aquamarine. HEX triplet: 98, FD and DC. RGB value is (152,253,220). Sum of RGB (Red+Green+Blue) = 152+253+220=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FDDC is #670223. Grayscale: #DBDBDB. Windows color (decimal): -6750756 or 14482840. OLE color: 14482840.

HSL color Cylindrical-coordinate representation of color #98FDDC: hue angle of 160.4º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FDDC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 253 220 -
CMYK 0.40 0 0.13 0.01
HSL 160.4º 0.96% 0.79% -
HSV(B) 160.4º 0.4% 0.99% -
XYZ 60.99 82.09 80.34 -
YUV 219.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 152 253 220 0.40 0 0.13 0.01 160.4 0.96 0.79
Hex 98 FD DC 28 0 D 1 A0 60 4F
Octal 230 375 334 50 0 15 1 240 140 117
Binary 10011000 11111101 11011100 101000 0 1101 1 10100000 1100000 1001111

Color Harmonies of #98FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FDDC

Black with #98FDDC

Text Example


Text Example

White with #98FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,253,220); }

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

background-color css

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

 a { background-color: rgb(152,253,220); }

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

border-color css

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

 span { border-color: rgb(152,253,220); }

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