#91CD98

Color #91CD98 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #91CD98

Tints of Dark Sea Green #91CD98

Color information

#91CD98 (or 0x91CD98) is unknown color: approx Dark Sea Green. HEX triplet: 91, CD and 98. RGB value is (145,205,152). Sum of RGB (Red+Green+Blue) = 145+205+152=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #91CD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CD98 is #6E3267. Grayscale: #B5B5B5. Windows color (decimal): -7221864 or 10014097. OLE color: 10014097.

HSL color Cylindrical-coordinate representation of color #91CD98: hue angle of 127º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CD98 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB145205152-
CMYK0.2900.260.20
HSL127º37.5%68.63%-
HSV(B)127º29.27%80.39%-
XYZ39.1851.9537.67-
YUV181.02111.62102.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.88%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=28.88%
G=40.84%
B=30.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452051520.2900.260.2012737.568.63
Hex91CD981D01A147f2645
Octal221315230350322417746105
Binary100100011100110110011000111010110101010011111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91CD98; }

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

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

<style>
 a { background-color: #91CD98; }

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

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

<style>
 span { border-color: #91CD98; }

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

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