Html Css Color HEX #94C1A3 Summer Green

📋 copy color: '#94C1A3'

red 148 ◦ green 193 ◦ blue 163

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

Shades of Summer Green #94C1A3

Tints of Summer Green #94C1A3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 163 (64.06% from 255) = 32.34%

R = 29.37%
G = 38.29%
B = 32.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#94C1A3 (or 0x94C1A3) is known color: Summer Green. HEX triplet: 94, C1 and A3. RGB value is (148,193,163). Sum of RGB (Red+Green+Blue) = 148+193+163=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #94C1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C1A3 is #6B3E5C. Grayscale: #B0B0B0. Windows color (decimal): -7028317 or 10731924. OLE color: 10731924.

HSL color Cylindrical-coordinate representation of color #94C1A3: hue angle of 140º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C1A3 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 163 -
CMYK 0.23 0 0.16 0.24
HSL 140º 0.27% 0.67% -
HSV(B) 140º 0.23% 0.76% -
XYZ 37.89 47.08 41.74 -
YUV 176.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 148 193 163 0.23 0 0.16 0.24 140 0.27 0.67
Hex 94 C1 A3 17 0 10 18 8C 1B 43
Octal 224 301 243 27 0 20 30 214 33 103
Binary 10010100 11000001 10100011 10111 0 10000 11000 10001100 11011 1000011

Color Harmonies of #94C1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C1A3

Black with #94C1A3

Text Example


Text Example

White with #94C1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,163); }

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

background-color css

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

 a { background-color: rgb(148,193,163); }

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

border-color css

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

 span { border-color: rgb(148,193,163); }

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