Html Css Color HEX #94BD8C Dark Sea Green

📋 copy color: '#94BD8C'

red 148 ◦ green 189 ◦ blue 140

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

Shades of Dark Sea Green #94BD8C

Tints of Dark Sea Green #94BD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 31.03%
G = 39.62%
B = 29.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#94BD8C (or 0x94BD8C) is known color: Dark Sea Green. HEX triplet: 94, BD and 8C. RGB value is (148,189,140). Sum of RGB (Red+Green+Blue) = 148+189+140=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD8C is #6B4273. Grayscale: #ABABAB. Windows color (decimal): -7029364 or 9223572. OLE color: 9223572.

HSL color Cylindrical-coordinate representation of color #94BD8C: hue angle of 110.2º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BD8C is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 140 -
CMYK 0.22 0 0.26 0.26
HSL 110.2º 0.27% 0.65% -
HSV(B) 110.2º 0.26% 0.74% -
XYZ 35.14 44.58 31.56 -
YUV 171.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 148 189 140 0.22 0 0.26 0.26 110.2 0.27 0.65
Hex 94 BD 8C 16 0 1A 1A 6E 1B 41
Octal 224 275 214 26 0 32 32 156 33 101
Binary 10010100 10111101 10001100 10110 0 11010 11010 1101110 11011 1000001

Color Harmonies of #94BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD8C

Black with #94BD8C

Text Example


Text Example

White with #94BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,140); }

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

background-color css

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

 a { background-color: rgb(148,189,140); }

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

border-color css

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

 span { border-color: rgb(148,189,140); }

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