Html Css Color HEX #94C99A Dark Sea Green

📋 copy color: '#94C99A'

red 148 ◦ green 201 ◦ blue 154

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

Shades of Dark Sea Green #94C99A

Tints of Dark Sea Green #94C99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.96%

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 29.42%
G = 39.96%
B = 30.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#94C99A (or 0x94C99A) is known color: Dark Sea Green. HEX triplet: 94, C9 and 9A. RGB value is (148,201,154). Sum of RGB (Red+Green+Blue) = 148+201+154=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #94C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C99A is #6B3665. Grayscale: #B3B3B3. Windows color (decimal): -7026278 or 10144148. OLE color: 10144148.

HSL color Cylindrical-coordinate representation of color #94C99A: hue angle of 126.79º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C99A is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 154 -
CMYK 0.26 0 0.23 0.21
HSL 126.79º 0.33% 0.68% -
HSV(B) 126.79º 0.26% 0.79% -
XYZ 38.93 50.4 38.25 -
YUV 179.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 148 201 154 0.26 0 0.23 0.21 126.79 0.33 0.68
Hex 94 C9 9A 1A 0 17 15 7F 21 44
Octal 224 311 232 32 0 27 25 177 41 104
Binary 10010100 11001001 10011010 11010 0 10111 10101 1111111 100001 1000100

Color Harmonies of #94C99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C99A

Black with #94C99A

Text Example


Text Example

White with #94C99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,201,154); }

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

background-color css

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

 a { background-color: rgb(148,201,154); }

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

border-color css

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

 span { border-color: rgb(148,201,154); }

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