Html Css Color HEX #98C1A0 Summer Green

📋 copy color: '#98C1A0'

red 152 ◦ green 193 ◦ blue 160

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

Shades of Summer Green #98C1A0

Tints of Summer Green #98C1A0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 30.1%
G = 38.22%
B = 31.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#98C1A0 (or 0x98C1A0) is known color: Summer Green. HEX triplet: 98, C1 and A0. RGB value is (152,193,160). Sum of RGB (Red+Green+Blue) = 152+193+160=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C1A0 is #673E5F. Grayscale: #B1B1B1. Windows color (decimal): -6766176 or 10535320. OLE color: 10535320.

HSL color Cylindrical-coordinate representation of color #98C1A0: hue angle of 131.71º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C1A0 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 193 160 -
CMYK 0.21 0 0.17 0.24
HSL 131.71º 0.25% 0.68% -
HSV(B) 131.71º 0.21% 0.76% -
XYZ 38.36 47.35 40.38 -
YUV 176.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 152 193 160 0.21 0 0.17 0.24 131.71 0.25 0.68
Hex 98 C1 A0 15 0 11 18 84 19 44
Octal 230 301 240 25 0 21 30 204 31 104
Binary 10011000 11000001 10100000 10101 0 10001 11000 10000100 11001 1000100

Color Harmonies of #98C1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C1A0

Black with #98C1A0

Text Example


Text Example

White with #98C1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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