Html Css Color HEX #4AB78E Keppel

📋 copy color: '#4AB78E'

red 74 ◦ green 183 ◦ blue 142

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

Shades of Keppel #4AB78E

Tints of Keppel #4AB78E

RGB

 RED value IS 74 (29.3% from 255) = 18.55%

 GREEN value IS 183 (71.88% from 255) = 45.86%

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 18.55%
G = 45.86%
B = 35.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#4AB78E (or 0x4AB78E) is known color: Keppel. HEX triplet: 4A, B7 and 8E. RGB value is (74,183,142). Sum of RGB (Red+Green+Blue) = 74+183+142=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB78E is #B54871. Grayscale: #919191. Windows color (decimal): -11880562 or 9353034. OLE color: 9353034.

HSL color Cylindrical-coordinate representation of color #4AB78E: hue angle of 157.43º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB78E is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 142 -
CMYK 0.60 0 0.22 0.28
HSL 157.43º 0.43% 0.5% -
HSV(B) 157.43º 0.6% 0.72% -
XYZ 24.64 37.28 31.49 -
YUV 145.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 74 183 142 0.60 0 0.22 0.28 157.43 0.43 0.5
Hex 4A B7 8E 3C 0 16 1C 9D 2B 32
Octal 112 267 216 74 0 26 34 235 53 62
Binary 1001010 10110111 10001110 111100 0 10110 11100 10011101 101011 110010

Color Harmonies of #4AB78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB78E

Black with #4AB78E

Text Example


Text Example

White with #4AB78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,183,142); }

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

background-color css

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

 a { background-color: rgb(74,183,142); }

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

border-color css

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

 span { border-color: rgb(74,183,142); }

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