Html Css Color HEX #4CAF8D Keppel

📋 copy color: '#4CAF8D'

red 76 ◦ green 175 ◦ blue 141

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

Shades of Keppel #4CAF8D

Tints of Keppel #4CAF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.64%

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

R = 19.39%
G = 44.64%
B = 35.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#4CAF8D (or 0x4CAF8D) is known color: Keppel. HEX triplet: 4C, AF and 8D. RGB value is (76,175,141). Sum of RGB (Red+Green+Blue) = 76+175+141=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF8D is #B35072. Grayscale: #8D8D8D. Windows color (decimal): -11751539 or 9285452. OLE color: 9285452.

HSL color Cylindrical-coordinate representation of color #4CAF8D: hue angle of 159.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF8D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 175 141 -
CMYK 0.57 0 0.19 0.31
HSL 159.39º 0.39% 0.49% -
HSV(B) 159.39º 0.57% 0.69% -
XYZ 23.12 34.12 30.57 -
YUV 141.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 76 175 141 0.57 0 0.19 0.31 159.39 0.39 0.49
Hex 4C AF 8D 39 0 13 1F 9F 27 31
Octal 114 257 215 71 0 23 37 237 47 61
Binary 1001100 10101111 10001101 111001 0 10011 11111 10011111 100111 110001

Color Harmonies of #4CAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAF8D

Black with #4CAF8D

Text Example


Text Example

White with #4CAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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