#98CBC1

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

Shades of Shadow Green #98CBC1

Tints of Shadow Green #98CBC1

Color information

#98CBC1 (or 0x98CBC1) is unknown color: approx Shadow Green. HEX triplet: 98, CB and C1. RGB value is (152,203,193). Sum of RGB (Red+Green+Blue) = 152+203+193=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBC1 is #67343E. Grayscale: #BABABA. Windows color (decimal): -6763583 or 12700568. OLE color: 12700568.

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

Color convert

RGB152203193-
CMYK0.2500.050.20
HSL168.24º32.9%69.61%-
HSV(B)168.24º25.12%79.61%-
XYZ43.9353.2458.41-
YUV186.61131.6103.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=27.74%
G=37.04%
B=35.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031930.2500.050.20168.2432.969.61
Hex98CBC1190514a82146
Octal23031330131052425041106
Binary10011000110010111100000111001010110100101010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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