#94BE92

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

Shades of Dark Sea Green #94BE92

Tints of Dark Sea Green #94BE92

Color information

#94BE92 (or 0x94BE92) is unknown color: approx Dark Sea Green. HEX triplet: 94, BE and 92. RGB value is (148,190,146). Sum of RGB (Red+Green+Blue) = 148+190+146=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BE92 is #6B416D. Grayscale: #ACACAC. Windows color (decimal): -7029102 or 9617044. OLE color: 9617044.

HSL color Cylindrical-coordinate representation of color #94BE92: hue angle of 117.27º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BE92 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB148190146-
CMYK0.2200.230.25
HSL117.27º25.29%65.88%-
HSV(B)117.27º23.16%74.51%-
XYZ35.8145.234.03-
YUV172.43113.09110.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=30.58%
G=39.26%
B=30.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901460.2200.230.25117.2725.2965.88
Hex94BE921601719751942
Octal224276222260273116531102
Binary10010100101111101001001010110010111110011110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BE92; }

 p { color: rgb(148,190,146); }

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

<style>
 a { background-color: #94BE92; }

 a { background-color: rgb(148,190,146); }

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

<style>
 span { border-color: #94BE92; }

 span { border-color: rgb(148,190,146); }

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