Html Css Color HEX #94CB8D Dark Sea Green

📋 copy color: '#94CB8D'

red 148 ◦ green 203 ◦ blue 141

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

Shades of Dark Sea Green #94CB8D

Tints of Dark Sea Green #94CB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.26%

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 30.08%
G = 41.26%
B = 28.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#94CB8D (or 0x94CB8D) is known color: Dark Sea Green. HEX triplet: 94, CB and 8D. RGB value is (148,203,141). Sum of RGB (Red+Green+Blue) = 148+203+141=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB8D is #6B3472. Grayscale: #B3B3B3. Windows color (decimal): -7025779 or 9292692. OLE color: 9292692.

HSL color Cylindrical-coordinate representation of color #94CB8D: hue angle of 113.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CB8D is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 141 -
CMYK 0.27 0 0.31 0.20
HSL 113.23º 0.37% 0.67% -
HSV(B) 113.23º 0.31% 0.8% -
XYZ 38.38 50.93 33.01 -
YUV 179.49 106.28 105.54 -
System Red Green Blue C M Y K H S L
Decimal 148 203 141 0.27 0 0.31 0.20 113.23 0.37 0.67
Hex 94 CB 8D 1B 0 1F 14 71 25 43
Octal 224 313 215 33 0 37 24 161 45 103
Binary 10010100 11001011 10001101 11011 0 11111 10100 1110001 100101 1000011

Color Harmonies of #94CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB8D

Black with #94CB8D

Text Example


Text Example

White with #94CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,203,141); }

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

background-color css

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

 a { background-color: rgb(148,203,141); }

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

border-color css

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

 span { border-color: rgb(148,203,141); }

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