Html Css Color HEX #94C691 Dark Sea Green

📋 copy color: '#94C691'

red 148 ◦ green 198 ◦ blue 145

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

Shades of Dark Sea Green #94C691

Tints of Dark Sea Green #94C691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.33%

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 30.14%
G = 40.33%
B = 29.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#94C691 (or 0x94C691) is known color: Dark Sea Green. HEX triplet: 94, C6 and 91. RGB value is (148,198,145). Sum of RGB (Red+Green+Blue) = 148+198+145=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #94C691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C691 is #6B396E. Grayscale: #B1B1B1. Windows color (decimal): -7027055 or 9553556. OLE color: 9553556.

HSL color Cylindrical-coordinate representation of color #94C691: hue angle of 116.6º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C691 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 145 -
CMYK 0.25 0 0.27 0.22
HSL 116.6º 0.32% 0.67% -
HSV(B) 116.6º 0.27% 0.78% -
XYZ 37.52 48.73 34.22 -
YUV 177.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 148 198 145 0.25 0 0.27 0.22 116.6 0.32 0.67
Hex 94 C6 91 19 0 1B 16 75 20 43
Octal 224 306 221 31 0 33 26 165 40 103
Binary 10010100 11000110 10010001 11001 0 11011 10110 1110101 100000 1000011

Color Harmonies of #94C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C691

Black with #94C691

Text Example


Text Example

White with #94C691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,145); }

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

background-color css

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

 a { background-color: rgb(148,198,145); }

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

border-color css

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

 span { border-color: rgb(148,198,145); }

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