Html Css Color HEX #4CA995 Keppel

📋 copy color: '#4CA995'

red 76 ◦ green 169 ◦ blue 149

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

Shades of Keppel #4CA995

Tints of Keppel #4CA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.89%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 19.29%
G = 42.89%
B = 37.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#4CA995 (or 0x4CA995) is known color: Keppel. HEX triplet: 4C, A9 and 95. RGB value is (76,169,149). Sum of RGB (Red+Green+Blue) = 76+169+149=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA995 is #B3566A. Grayscale: #8A8A8A. Windows color (decimal): -11753067 or 9808204. OLE color: 9808204.

HSL color Cylindrical-coordinate representation of color #4CA995: hue angle of 167.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA995 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 76 169 149 -
CMYK 0.55 0 0.12 0.34
HSL 167.1º 0.38% 0.48% -
HSV(B) 167.1º 0.55% 0.66% -
XYZ 22.59 32.08 33.44 -
YUV 138.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 76 169 149 0.55 0 0.12 0.34 167.1 0.38 0.48
Hex 4C A9 95 37 0 C 22 A7 26 30
Octal 114 251 225 67 0 14 42 247 46 60
Binary 1001100 10101001 10010101 110111 0 1100 100010 10100111 100110 110000

Color Harmonies of #4CA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA995

Black with #4CA995

Text Example


Text Example

White with #4CA995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,169,149); }

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

background-color css

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

 a { background-color: rgb(76,169,149); }

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

border-color css

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

 span { border-color: rgb(76,169,149); }

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