Html Css Color HEX #94CB8C Dark Sea Green

📋 copy color: '#94CB8C'

red 148 ◦ green 203 ◦ blue 140

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

Shades of Dark Sea Green #94CB8C

Tints of Dark Sea Green #94CB8C

RGB

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

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

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

R = 30.14%
G = 41.34%
B = 28.51%

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

#94CB8C (or 0x94CB8C) is known color: Dark Sea Green. HEX triplet: 94, CB and 8C. RGB value is (148,203,140). Sum of RGB (Red+Green+Blue) = 148+203+140=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB8C is #6B3473. Grayscale: #B3B3B3. Windows color (decimal): -7025780 or 9227156. OLE color: 9227156.

HSL color Cylindrical-coordinate representation of color #94CB8C: hue angle of 112.38º degrees, saturation: 0.38, 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 #94CB8C is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 140 -
CMYK 0.27 0 0.31 0.20
HSL 112.38º 0.38% 0.67% -
HSV(B) 112.38º 0.31% 0.8% -
XYZ 38.3 50.9 32.62 -
YUV 179.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 148 203 140 0.27 0 0.31 0.20 112.38 0.38 0.67
Hex 94 CB 8C 1B 0 1F 14 70 26 43
Octal 224 313 214 33 0 37 24 160 46 103
Binary 10010100 11001011 10001100 11011 0 11111 10100 1110000 100110 1000011

Color Harmonies of #94CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB8C

Black with #94CB8C

Text Example


Text Example

White with #94CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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