Html Css Color HEX #94B09C Summer Green

📋 copy color: '#94B09C'

red 148 ◦ green 176 ◦ blue 156

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

Shades of Summer Green #94B09C

Tints of Summer Green #94B09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

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

R = 30.83%
G = 36.67%
B = 32.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#94B09C (or 0x94B09C) is known color: Summer Green. HEX triplet: 94, B0 and 9C. RGB value is (148,176,156). Sum of RGB (Red+Green+Blue) = 148+176+156=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #94B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B09C is #6B4F63. Grayscale: #A5A5A5. Windows color (decimal): -7032676 or 10268820. OLE color: 10268820.

HSL color Cylindrical-coordinate representation of color #94B09C: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B09C is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 156 -
CMYK 0.16 0 0.11 0.31
HSL 137.14º 0.15% 0.64% -
HSV(B) 137.14º 0.16% 0.69% -
XYZ 33.74 39.75 37.35 -
YUV 165.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 148 176 156 0.16 0 0.11 0.31 137.14 0.15 0.64
Hex 94 B0 9C 10 0 B 1F 89 F 40
Octal 224 260 234 20 0 13 37 211 17 100
Binary 10010100 10110000 10011100 10000 0 1011 11111 10001001 1111 1000000

Color Harmonies of #94B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B09C

Black with #94B09C

Text Example


Text Example

White with #94B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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