Html Css Color HEX #4AB98C Keppel

📋 copy color: '#4AB98C'

red 74 ◦ green 185 ◦ blue 140

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

Shades of Keppel #4AB98C

Tints of Keppel #4AB98C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.37%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 18.55%
G = 46.37%
B = 35.09%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#4AB98C (or 0x4AB98C) is known color: Keppel. HEX triplet: 4A, B9 and 8C. RGB value is (74,185,140). Sum of RGB (Red+Green+Blue) = 74+185+140=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB98C is #B54673. Grayscale: #929292. Windows color (decimal): -11880052 or 9222474. OLE color: 9222474.

HSL color Cylindrical-coordinate representation of color #4AB98C: hue angle of 155.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB98C is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 140 -
CMYK 0.6 0 0.24 0.27
HSL 155.68º 0.44% 0.51% -
HSV(B) 155.68º 0.6% 0.73% -
XYZ 24.91 38.05 30.84 -
YUV 146.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 74 185 140 0.6 0 0.24 0.27 155.68 0.44 0.51
Hex 4A B9 8C 3C 0 18 1B 9C 2C 33
Octal 112 271 214 74 0 30 33 234 54 63
Binary 1001010 10111001 10001100 111100 0 11000 11011 10011100 101100 110011

Color Harmonies of #4AB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB98C

Black with #4AB98C

Text Example


Text Example

White with #4AB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,185,140); }

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

background-color css

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

 a { background-color: rgb(74,185,140); }

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

border-color css

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

 span { border-color: rgb(74,185,140); }

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