Html Css Color HEX #4AB38D Keppel

📋 copy color: '#4AB38D'

red 74 ◦ green 179 ◦ blue 141

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

Shades of Keppel #4AB38D

Tints of Keppel #4AB38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 18.78%
G = 45.43%
B = 35.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#4AB38D (or 0x4AB38D) is known color: Keppel. HEX triplet: 4A, B3 and 8D. RGB value is (74,179,141). Sum of RGB (Red+Green+Blue) = 74+179+141=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB38D is #B54C72. Grayscale: #8F8F8F. Windows color (decimal): -11881587 or 9286474. OLE color: 9286474.

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

Color convert

RGB 74 179 141 -
CMYK 0.59 0 0.21 0.30
HSL 158.29º 0.42% 0.5% -
HSV(B) 158.29º 0.59% 0.7% -
XYZ 23.75 35.62 30.82 -
YUV 143.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 74 179 141 0.59 0 0.21 0.30 158.29 0.42 0.5
Hex 4A B3 8D 3B 0 15 1E 9E 2A 32
Octal 112 263 215 73 0 25 36 236 52 62
Binary 1001010 10110011 10001101 111011 0 10101 11110 10011110 101010 110010

Color Harmonies of #4AB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB38D

Black with #4AB38D

Text Example


Text Example

White with #4AB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,141); }

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

background-color css

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

 a { background-color: rgb(74,179,141); }

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

border-color css

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

 span { border-color: rgb(74,179,141); }

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