Html Css Color HEX #4FBA8D Keppel

📋 copy color: '#4FBA8D'

red 79 ◦ green 186 ◦ blue 141

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

Shades of Keppel #4FBA8D

Tints of Keppel #4FBA8D

RGB

 RED value IS 79 (31.25% from 255) = 19.46%

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

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

R = 19.46%
G = 45.81%
B = 34.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#4FBA8D (or 0x4FBA8D) is known color: Keppel. HEX triplet: 4F, BA and 8D. RGB value is (79,186,141). Sum of RGB (Red+Green+Blue) = 79+186+141=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA8D is #B04572. Grayscale: #949494. Windows color (decimal): -11552115 or 9288271. OLE color: 9288271.

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

Color convert

RGB 79 186 141 -
CMYK 0.58 0 0.24 0.27
HSL 154.77º 0.44% 0.52% -
HSV(B) 154.77º 0.58% 0.73% -
XYZ 25.59 38.7 31.32 -
YUV 148.88 123.55 78.16 -
System Red Green Blue C M Y K H S L
Decimal 79 186 141 0.58 0 0.24 0.27 154.77 0.44 0.52
Hex 4F BA 8D 3A 0 18 1B 9B 2C 34
Octal 117 272 215 72 0 30 33 233 54 64
Binary 1001111 10111010 10001101 111010 0 11000 11011 10011011 101100 110100

Color Harmonies of #4FBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBA8D

Black with #4FBA8D

Text Example


Text Example

White with #4FBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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