Html Css Color HEX #4CBA8D Keppel

📋 copy color: '#4CBA8D'

red 76 ◦ green 186 ◦ blue 141

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

Shades of Keppel #4CBA8D

Tints of Keppel #4CBA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.15%

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

R = 18.86%
G = 46.15%
B = 34.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#4CBA8D (or 0x4CBA8D) is known color: Keppel. HEX triplet: 4C, BA and 8D. RGB value is (76,186,141). Sum of RGB (Red+Green+Blue) = 76+186+141=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA8D is #B34572. Grayscale: #949494. Windows color (decimal): -11748723 or 9288268. OLE color: 9288268.

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

Color convert

RGB 76 186 141 -
CMYK 0.59 0 0.24 0.27
HSL 155.45º 0.44% 0.51% -
HSV(B) 155.45º 0.59% 0.73% -
XYZ 25.35 38.58 31.31 -
YUV 147.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 76 186 141 0.59 0 0.24 0.27 155.45 0.44 0.51
Hex 4C BA 8D 3B 0 18 1B 9B 2C 33
Octal 114 272 215 73 0 30 33 233 54 63
Binary 1001100 10111010 10001101 111011 0 11000 11011 10011011 101100 110011

Color Harmonies of #4CBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBA8D

Black with #4CBA8D

Text Example


Text Example

White with #4CBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,141); }

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

background-color css

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

 a { background-color: rgb(76,186,141); }

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

border-color css

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

 span { border-color: rgb(76,186,141); }

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