Html Css Color HEX #94BD9C Summer Green

📋 copy color: '#94BD9C'

red 148 ◦ green 189 ◦ blue 156

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

Shades of Summer Green #94BD9C

Tints of Summer Green #94BD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 30.02%
G = 38.34%
B = 31.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#94BD9C (or 0x94BD9C) is known color: Summer Green. HEX triplet: 94, BD and 9C. RGB value is (148,189,156). Sum of RGB (Red+Green+Blue) = 148+189+156=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD9C is #6B4263. Grayscale: #ADADAD. Windows color (decimal): -7029348 or 10272148. OLE color: 10272148.

HSL color Cylindrical-coordinate representation of color #94BD9C: hue angle of 131.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BD9C is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 156 -
CMYK 0.22 0 0.17 0.26
HSL 131.71º 0.24% 0.66% -
HSV(B) 131.71º 0.22% 0.74% -
XYZ 36.41 45.09 38.24 -
YUV 172.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 148 189 156 0.22 0 0.17 0.26 131.71 0.24 0.66
Hex 94 BD 9C 16 0 11 1A 84 18 42
Octal 224 275 234 26 0 21 32 204 30 102
Binary 10010100 10111101 10011100 10110 0 10001 11010 10000100 11000 1000010

Color Harmonies of #94BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD9C

Black with #94BD9C

Text Example


Text Example

White with #94BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,156); }

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

background-color css

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

 a { background-color: rgb(148,189,156); }

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

border-color css

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

 span { border-color: rgb(148,189,156); }

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