#92CA8C

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

Shades of Dark Sea Green #92CA8C

Tints of Dark Sea Green #92CA8C

Color information

#92CA8C (or 0x92CA8C) is unknown color: approx Dark Sea Green. HEX triplet: 92, CA and 8C. RGB value is (146,202,140). Sum of RGB (Red+Green+Blue) = 146+202+140=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA8C is #6D3573. Grayscale: #B2B2B2. Windows color (decimal): -7157108 or 9226898. OLE color: 9226898.

HSL color Cylindrical-coordinate representation of color #92CA8C: hue angle of 114.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CA8C is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB146202140-
CMYK0.2800.310.21
HSL114.19º36.9%67.06%-
HSV(B)114.19º30.69%79.22%-
XYZ37.7150.2532.52-
YUV178.19106.45105.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=29.92%
G=41.39%
B=28.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021400.2800.310.21114.1936.967.06
Hex92CA8C1C01F15722543
Octal222312214340372516245103
Binary100100101100101010001100111000111111010111100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92CA8C; }

 p { color: rgb(146,202,140); }

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

<style>
 a { background-color: #92CA8C; }

 a { background-color: rgb(146,202,140); }

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

<style>
 span { border-color: #92CA8C; }

 span { border-color: rgb(146,202,140); }

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