#98C08E

Color #98C08E Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #98C08E

Tints of Spring Rain #98C08E

Color information

#98C08E (or 0x98C08E) is unknown color: approx Spring Rain. HEX triplet: 98, C0 and 8E. RGB value is (152,192,142). Sum of RGB (Red+Green+Blue) = 152+192+142=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #98C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C08E is #673F71. Grayscale: #AEAEAE. Windows color (decimal): -6766450 or 9355416. OLE color: 9355416.

HSL color Cylindrical-coordinate representation of color #98C08E: hue angle of 108º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98C08E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB152192142-
CMYK0.2100.260.25
HSL108º28.41%65.49%-
HSV(B)108º26.04%75.29%-
XYZ36.6846.3332.6-
YUV174.34109.75112.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=31.28%
G=39.51%
B=29.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521921420.2100.260.2510828.4165.49
Hex98C08E1501A196c1c41
Octal230300216250323115434101
Binary10011000110000001000111010101011010110011101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,192,142); }

 H1.HeaderClassName
 {
   color: #98C08E;
 }
 .AnyTagClassName
 {
   color: #98C08E;
 }
</style>
background-color css

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

 a { background-color: rgb(152,192,142); }

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

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

 span { border-color: rgb(152,192,142); }

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