Html Css Color HEX #94BD8A Dark Sea Green

📋 copy color: '#94BD8A'

red 148 ◦ green 189 ◦ blue 138

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

Shades of Dark Sea Green #94BD8A

Tints of Dark Sea Green #94BD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 31.16%
G = 39.79%
B = 29.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#94BD8A (or 0x94BD8A) is known color: Dark Sea Green. HEX triplet: 94, BD and 8A. RGB value is (148,189,138). Sum of RGB (Red+Green+Blue) = 148+189+138=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD8A is #6B4275. Grayscale: #ABABAB. Windows color (decimal): -7029366 or 9092500. OLE color: 9092500.

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

Color convert

RGB 148 189 138 -
CMYK 0.22 0 0.27 0.26
HSL 108.24º 0.28% 0.64% -
HSV(B) 108.24º 0.27% 0.74% -
XYZ 35 44.53 30.79 -
YUV 170.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 148 189 138 0.22 0 0.27 0.26 108.24 0.28 0.64
Hex 94 BD 8A 16 0 1B 1A 6C 1C 40
Octal 224 275 212 26 0 33 32 154 34 100
Binary 10010100 10111101 10001010 10110 0 11011 11010 1101100 11100 1000000

Color Harmonies of #94BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD8A

Black with #94BD8A

Text Example


Text Example

White with #94BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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