#4DAF94

Color #4DAF94 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4DAF94

Tints of Keppel #4DAF94

Color information

#4DAF94 (or 0x4DAF94) is unknown color: approx Keppel. HEX triplet: 4D, AF and 94. RGB value is (77,175,148). Sum of RGB (Red+Green+Blue) = 77+175+148=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF94 is #B2506B. Grayscale: #8E8E8E. Windows color (decimal): -11685996 or 9744205. OLE color: 9744205.

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

Color convert

RGB77175148-
CMYK0.5600.150.31
HSL163.47º38.89%49.41%-
HSV(B)163.47º56%68.63%-
XYZ23.7434.3833.4-
YUV142.62131.0381.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.25%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 148 (58.20% from 255) = 37%
R=19.25%
G=43.75%
B=37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751480.5600.150.31163.4738.8949.41
Hex4DAF94380F1Fa32731
Octal11525722470017372434761
Binary10011011010111110010100111000011111111110100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,148); }

 H1.HeaderClassName
 {
   color: #4DAF94;
 }
 .AnyTagClassName
 {
   color: #4DAF94;
 }
</style>
background-color css

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

 a { background-color: rgb(77,175,148); }

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

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

 span { border-color: rgb(77,175,148); }

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