Html Css Color HEX #4CB194 Keppel

📋 copy color: '#4CB194'

red 76 ◦ green 177 ◦ blue 148

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

Shades of Keppel #4CB194

Tints of Keppel #4CB194

RGB

 RED value IS 76 (30.08% from 255) = 18.95%

 GREEN value IS 177 (69.53% from 255) = 44.14%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 18.95%
G = 44.14%
B = 36.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#4CB194 (or 0x4CB194) is known color: Keppel. HEX triplet: 4C, B1 and 94. RGB value is (76,177,148). Sum of RGB (Red+Green+Blue) = 76+177+148=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB194 is #B34E6B. Grayscale: #8F8F8F. Windows color (decimal): -11751020 or 9744716. OLE color: 9744716.

HSL color Cylindrical-coordinate representation of color #4CB194: hue angle of 162.77º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB194 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 177 148 -
CMYK 0.57 0 0.16 0.31
HSL 162.77º 0.4% 0.5% -
HSV(B) 162.77º 0.57% 0.69% -
XYZ 24.05 35.12 33.53 -
YUV 143.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 76 177 148 0.57 0 0.16 0.31 162.77 0.4 0.5
Hex 4C B1 94 39 0 10 1F A3 28 32
Octal 114 261 224 71 0 20 37 243 50 62
Binary 1001100 10110001 10010100 111001 0 10000 11111 10100011 101000 110010

Color Harmonies of #4CB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB194

Black with #4CB194

Text Example


Text Example

White with #4CB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CB194; }

 p { color: rgb(76,177,148); }

 H1.HeaderClassName
 {
   color: #4CB194;
 }
 .AnyTagClassName
 {
   color: #4CB194;
 }
</style>

background-color css

<style>
 a { background-color: #4CB194; }

 a { background-color: rgb(76,177,148); }

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

border-color css

<style>
 span { border-color: #4CB194; }

 span { border-color: rgb(76,177,148); }

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