#98CDC1

Color #98CDC1 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #98CDC1

Tints of Shadow Green #98CDC1

Color information

#98CDC1 (or 0x98CDC1) is unknown color: approx Shadow Green. HEX triplet: 98, CD and C1. RGB value is (152,205,193). Sum of RGB (Red+Green+Blue) = 152+205+193=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDC1 is #67323E. Grayscale: #BBBBBB. Windows color (decimal): -6763071 or 12701080. OLE color: 12701080.

HSL color Cylindrical-coordinate representation of color #98CDC1: hue angle of 166.42º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDC1 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB152205193-
CMYK0.2600.060.20
HSL166.42º34.64%70%-
HSV(B)166.42º25.85%80.39%-
XYZ44.4154.1958.57-
YUV187.78130.94102.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=27.64%
G=37.27%
B=35.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051930.2600.060.20166.4234.6470
Hex98CDC11A0614a62346
Octal23031530132062424643106
Binary10011000110011011100000111010011010100101001101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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