Html Css Color HEX #98AEA0 Summer Green

📋 copy color: '#98AEA0'

red 152 ◦ green 174 ◦ blue 160

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

Shades of Summer Green #98AEA0

Tints of Summer Green #98AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 31.28%
G = 35.8%
B = 32.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#98AEA0 (or 0x98AEA0) is known color: Summer Green. HEX triplet: 98, AE and A0. RGB value is (152,174,160). Sum of RGB (Red+Green+Blue) = 152+174+160=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #98AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AEA0 is #67515F. Grayscale: #A5A5A5. Windows color (decimal): -6771040 or 10530456. OLE color: 10530456.

HSL color Cylindrical-coordinate representation of color #98AEA0: hue angle of 141.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AEA0 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 174 160 -
CMYK 0.13 0 0.08 0.32
HSL 141.82º 0.12% 0.64% -
HSV(B) 141.82º 0.13% 0.68% -
XYZ 34.43 39.49 39.06 -
YUV 165.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 152 174 160 0.13 0 0.08 0.32 141.82 0.12 0.64
Hex 98 AE A0 D 0 8 20 8E C 40
Octal 230 256 240 15 0 10 40 216 14 100
Binary 10011000 10101110 10100000 1101 0 1000 100000 10001110 1100 1000000

Color Harmonies of #98AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEA0

Black with #98AEA0

Text Example


Text Example

White with #98AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,174,160); }

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

background-color css

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

 a { background-color: rgb(152,174,160); }

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

border-color css

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

 span { border-color: rgb(152,174,160); }

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