Html Css Color HEX #98FADF Aquamarine

📋 copy color: '#98FADF'

red 152 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #98FADF

Tints of Aquamarine #98FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40%

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 24.32%
G = 40%
B = 35.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#98FADF (or 0x98FADF) is known color: Aquamarine. HEX triplet: 98, FA and DF. RGB value is (152,250,223). Sum of RGB (Red+Green+Blue) = 152+250+223=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #98FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FADF is #670520. Grayscale: #D9D9D9. Windows color (decimal): -6751521 or 14678680. OLE color: 14678680.

HSL color Cylindrical-coordinate representation of color #98FADF: hue angle of 163.47º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FADF is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 223 -
CMYK 0.39 0 0.11 0.02
HSL 163.47º 0.91% 0.79% -
HSV(B) 163.47º 0.39% 0.98% -
XYZ 60.45 80.37 82.14 -
YUV 217.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 152 250 223 0.39 0 0.11 0.02 163.47 0.91 0.79
Hex 98 FA DF 27 0 B 2 A3 5B 4F
Octal 230 372 337 47 0 13 2 243 133 117
Binary 10011000 11111010 11011111 100111 0 1011 10 10100011 1011011 1001111

Color Harmonies of #98FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FADF

Black with #98FADF

Text Example


Text Example

White with #98FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,250,223); }

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

background-color css

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

 a { background-color: rgb(152,250,223); }

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

border-color css

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

 span { border-color: rgb(152,250,223); }

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