Html Css Color HEX #94CA8A Dark Sea Green

📋 copy color: '#94CA8A'

red 148 ◦ green 202 ◦ blue 138

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

Shades of Dark Sea Green #94CA8A

Tints of Dark Sea Green #94CA8A

RGB

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

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

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

R = 30.33%
G = 41.39%
B = 28.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#94CA8A (or 0x94CA8A) is known color: Dark Sea Green. HEX triplet: 94, CA and 8A. RGB value is (148,202,138). Sum of RGB (Red+Green+Blue) = 148+202+138=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA8A is #6B3575. Grayscale: #B2B2B2. Windows color (decimal): -7026038 or 9095828. OLE color: 9095828.

HSL color Cylindrical-coordinate representation of color #94CA8A: hue angle of 110.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CA8A is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 138 -
CMYK 0.27 0 0.32 0.21
HSL 110.63º 0.38% 0.67% -
HSV(B) 110.63º 0.32% 0.79% -
XYZ 37.92 50.37 31.77 -
YUV 178.56 105.11 106.2 -
System Red Green Blue C M Y K H S L
Decimal 148 202 138 0.27 0 0.32 0.21 110.63 0.38 0.67
Hex 94 CA 8A 1B 0 20 15 6F 26 43
Octal 224 312 212 33 0 40 25 157 46 103
Binary 10010100 11001010 10001010 11011 0 100000 10101 1101111 100110 1000011

Color Harmonies of #94CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA8A

Black with #94CA8A

Text Example


Text Example

White with #94CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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