Html Css Color HEX #4CB294 Keppel

📋 copy color: '#4CB294'

red 76 ◦ green 178 ◦ blue 148

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

Shades of Keppel #4CB294

Tints of Keppel #4CB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 18.91%
G = 44.28%
B = 36.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#4CB294 (or 0x4CB294) is known color: Keppel. HEX triplet: 4C, B2 and 94. RGB value is (76,178,148). Sum of RGB (Red+Green+Blue) = 76+178+148=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB294 is #B34D6B. Grayscale: #909090. Windows color (decimal): -11750764 or 9744972. OLE color: 9744972.

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

Color convert

RGB 76 178 148 -
CMYK 0.57 0 0.17 0.30
HSL 162.35º 0.4% 0.5% -
HSV(B) 162.35º 0.57% 0.7% -
XYZ 24.25 35.52 33.59 -
YUV 144.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 76 178 148 0.57 0 0.17 0.30 162.35 0.4 0.5
Hex 4C B2 94 39 0 11 1E A2 28 32
Octal 114 262 224 71 0 21 36 242 50 62
Binary 1001100 10110010 10010100 111001 0 10001 11110 10100010 101000 110010

Color Harmonies of #4CB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB294

Black with #4CB294

Text Example


Text Example

White with #4CB294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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