Html Css Color HEX #94C59B Dark Sea Green

📋 copy color: '#94C59B'

red 148 ◦ green 197 ◦ blue 155

#94C59B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #94C59B

Tints of Dark Sea Green #94C59B

RGB

 RED value IS 148 (58.2% from 255) = 29.6%

 GREEN value IS 197 (77.34% from 255) = 39.4%

 BLUE value IS 155 (60.94% from 255) = 31%

R = 29.6%
G = 39.4%
B = 31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#94C59B (or 0x94C59B) is known color: Dark Sea Green. HEX triplet: 94, C5 and 9B. RGB value is (148,197,155). Sum of RGB (Red+Green+Blue) = 148+197+155=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #94C59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C59B is #6B3A64. Grayscale: #B1B1B1. Windows color (decimal): -7027301 or 10208660. OLE color: 10208660.

HSL color Cylindrical-coordinate representation of color #94C59B: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C59B is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 155 -
CMYK 0.25 0 0.21 0.23
HSL 128.57º 0.3% 0.68% -
HSV(B) 128.57º 0.25% 0.77% -
XYZ 38.1 48.59 38.38 -
YUV 177.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 148 197 155 0.25 0 0.21 0.23 128.57 0.3 0.68
Hex 94 C5 9B 19 0 15 17 81 1E 44
Octal 224 305 233 31 0 25 27 201 36 104
Binary 10010100 11000101 10011011 11001 0 10101 10111 10000001 11110 1000100

Color Harmonies of #94C59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C59B

Black with #94C59B

Text Example


Text Example

White with #94C59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,155); }

 H1.HeaderClassName
 {
   color: #94C59B;
 }
 .AnyTagClassName
 {
   color: #94C59B;
 }
</style>

background-color css

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

 a { background-color: rgb(148,197,155); }

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

border-color css

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

 span { border-color: rgb(148,197,155); }

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