Html Css Color HEX #94C090 Dark Sea Green

📋 copy color: '#94C090'

red 148 ◦ green 192 ◦ blue 144

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

Shades of Dark Sea Green #94C090

Tints of Dark Sea Green #94C090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 30.58%
G = 39.67%
B = 29.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#94C090 (or 0x94C090) is known color: Dark Sea Green. HEX triplet: 94, C0 and 90. RGB value is (148,192,144). Sum of RGB (Red+Green+Blue) = 148+192+144=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #94C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C090 is #6B3F6F. Grayscale: #ADADAD. Windows color (decimal): -7028592 or 9486484. OLE color: 9486484.

HSL color Cylindrical-coordinate representation of color #94C090: hue angle of 115º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C090 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 144 -
CMYK 0.23 0 0.25 0.25
HSL 115º 0.28% 0.66% -
HSV(B) 115º 0.25% 0.75% -
XYZ 36.1 46.01 33.36 -
YUV 173.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 148 192 144 0.23 0 0.25 0.25 115 0.28 0.66
Hex 94 C0 90 17 0 19 19 73 1C 42
Octal 224 300 220 27 0 31 31 163 34 102
Binary 10010100 11000000 10010000 10111 0 11001 11001 1110011 11100 1000010

Color Harmonies of #94C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C090

Black with #94C090

Text Example


Text Example

White with #94C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,144); }

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

background-color css

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

 a { background-color: rgb(148,192,144); }

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

border-color css

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

 span { border-color: rgb(148,192,144); }

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