Html Css Color HEX #98FAE5 Aquamarine

📋 copy color: '#98FAE5'

red 152 ◦ green 250 ◦ blue 229

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

Shades of Aquamarine #98FAE5

Tints of Aquamarine #98FAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 24.09%
G = 39.62%
B = 36.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#98FAE5 (or 0x98FAE5) is known color: Aquamarine. HEX triplet: 98, FA and E5. RGB value is (152,250,229). Sum of RGB (Red+Green+Blue) = 152+250+229=631 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.09% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FAE5 is #67051A. Grayscale: #DADADA. Windows color (decimal): -6751515 or 15071896. OLE color: 15071896.

HSL color Cylindrical-coordinate representation of color #98FAE5: hue angle of 167.14º 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 #98FAE5 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 229 -
CMYK 0.39 0 0.08 0.02
HSL 167.14º 0.91% 0.79% -
HSV(B) 167.14º 0.39% 0.98% -
XYZ 61.28 80.7 86.48 -
YUV 218.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 152 250 229 0.39 0 0.08 0.02 167.14 0.91 0.79
Hex 98 FA E5 27 0 8 2 A7 5B 4F
Octal 230 372 345 47 0 10 2 247 133 117
Binary 10011000 11111010 11100101 100111 0 1000 10 10100111 1011011 1001111

Color Harmonies of #98FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FAE5

Black with #98FAE5

Text Example


Text Example

White with #98FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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