Html Css Color HEX #93CB8D Dark Sea Green

📋 copy color: '#93CB8D'

red 147 ◦ green 203 ◦ blue 141

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

Shades of Dark Sea Green #93CB8D

Tints of Dark Sea Green #93CB8D

RGB

 RED value IS 147 (57.81% from 255) = 29.94%

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

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

R = 29.94%
G = 41.34%
B = 28.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#93CB8D (or 0x93CB8D) is known color: Dark Sea Green. HEX triplet: 93, CB and 8D. RGB value is (147,203,141). Sum of RGB (Red+Green+Blue) = 147+203+141=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB8D is #6C3472. Grayscale: #B3B3B3. Windows color (decimal): -7091315 or 9292691. OLE color: 9292691.

HSL color Cylindrical-coordinate representation of color #93CB8D: hue angle of 114.19º 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 #93CB8D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 203 141 -
CMYK 0.28 0 0.31 0.20
HSL 114.19º 0.37% 0.67% -
HSV(B) 114.19º 0.31% 0.8% -
XYZ 38.2 50.84 33 -
YUV 179.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 147 203 141 0.28 0 0.31 0.20 114.19 0.37 0.67
Hex 93 CB 8D 1C 0 1F 14 72 25 43
Octal 223 313 215 34 0 37 24 162 45 103
Binary 10010011 11001011 10001101 11100 0 11111 10100 1110010 100101 1000011

Color Harmonies of #93CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CB8D

Black with #93CB8D

Text Example


Text Example

White with #93CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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