#92CA8B

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

Shades of Dark Sea Green #92CA8B

Tints of Dark Sea Green #92CA8B

Color information

#92CA8B (or 0x92CA8B) is unknown color: approx Dark Sea Green. HEX triplet: 92, CA and 8B. RGB value is (146,202,139). Sum of RGB (Red+Green+Blue) = 146+202+139=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA8B is #6D3574. Grayscale: #B2B2B2. Windows color (decimal): -7157109 or 9161362. OLE color: 9161362.

HSL color Cylindrical-coordinate representation of color #92CA8B: hue angle of 113.33º 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 #92CA8B is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB146202139-
CMYK0.2800.310.21
HSL113.33º37.28%66.86%-
HSV(B)113.33º31.19%79.22%-
XYZ37.6350.2232.14-
YUV178.07105.95105.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=29.98%
G=41.48%
B=28.54%

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
Decimal1462021390.2800.310.21113.3337.2866.86
Hex92CA8B1C01F15712543
Octal222312213340372516145103
Binary100100101100101010001011111000111111010111100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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