Html Css Color HEX #93CA94 Dark Sea Green

📋 copy color: '#93CA94'

red 147 ◦ green 202 ◦ blue 148

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

Shades of Dark Sea Green #93CA94

Tints of Dark Sea Green #93CA94

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 29.58%
G = 40.64%
B = 29.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#93CA94 (or 0x93CA94) is known color: Dark Sea Green. HEX triplet: 93, CA and 94. RGB value is (147,202,148). Sum of RGB (Red+Green+Blue) = 147+202+148=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA94 is #6C356B. Grayscale: #B3B3B3. Windows color (decimal): -7091564 or 9751187. OLE color: 9751187.

HSL color Cylindrical-coordinate representation of color #93CA94: hue angle of 121.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CA94 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 148 -
CMYK 0.27 0 0.27 0.21
HSL 121.09º 0.34% 0.68% -
HSV(B) 121.09º 0.27% 0.79% -
XYZ 38.5 50.58 35.75 -
YUV 179.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 147 202 148 0.27 0 0.27 0.21 121.09 0.34 0.68
Hex 93 CA 94 1B 0 1B 15 79 22 44
Octal 223 312 224 33 0 33 25 171 42 104
Binary 10010011 11001010 10010100 11011 0 11011 10101 1111001 100010 1000100

Color Harmonies of #93CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA94

Black with #93CA94

Text Example


Text Example

White with #93CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,202,148); }

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

background-color css

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

 a { background-color: rgb(147,202,148); }

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

border-color css

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

 span { border-color: rgb(147,202,148); }

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