Html Css Color HEX #94C099 Dark Sea Green

📋 copy color: '#94C099'

red 148 ◦ green 192 ◦ blue 153

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

Shades of Dark Sea Green #94C099

Tints of Dark Sea Green #94C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 30.02%
G = 38.95%
B = 31.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#94C099 (or 0x94C099) is known color: Dark Sea Green. HEX triplet: 94, C0 and 99. RGB value is (148,192,153). Sum of RGB (Red+Green+Blue) = 148+192+153=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #94C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C099 is #6B3F66. Grayscale: #AEAEAE. Windows color (decimal): -7028583 or 10076308. OLE color: 10076308.

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

Color convert

RGB 148 192 153 -
CMYK 0.23 0 0.20 0.25
HSL 126.82º 0.26% 0.67% -
HSV(B) 126.82º 0.23% 0.75% -
XYZ 36.81 46.3 37.13 -
YUV 174.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 148 192 153 0.23 0 0.20 0.25 126.82 0.26 0.67
Hex 94 C0 99 17 0 14 19 7F 1A 43
Octal 224 300 231 27 0 24 31 177 32 103
Binary 10010100 11000000 10011001 10111 0 10100 11001 1111111 11010 1000011

Color Harmonies of #94C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C099

Black with #94C099

Text Example


Text Example

White with #94C099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,153); }

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

background-color css

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

 a { background-color: rgb(148,192,153); }

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

border-color css

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

 span { border-color: rgb(148,192,153); }

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