Html Css Color HEX #4FB08E Keppel

📋 copy color: '#4FB08E'

red 79 ◦ green 176 ◦ blue 142

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

Shades of Keppel #4FB08E

Tints of Keppel #4FB08E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 19.9%
G = 44.33%
B = 35.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#4FB08E (or 0x4FB08E) is known color: Keppel. HEX triplet: 4F, B0 and 8E. RGB value is (79,176,142). Sum of RGB (Red+Green+Blue) = 79+176+142=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB08E is #B04F71. Grayscale: #8F8F8F. Windows color (decimal): -11554674 or 9351247. OLE color: 9351247.

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

Color convert

RGB 79 176 142 -
CMYK 0.55 0 0.19 0.31
HSL 158.97º 0.38% 0.5% -
HSV(B) 158.97º 0.55% 0.69% -
XYZ 23.63 34.67 31.04 -
YUV 143.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 79 176 142 0.55 0 0.19 0.31 158.97 0.38 0.5
Hex 4F B0 8E 37 0 13 1F 9F 26 32
Octal 117 260 216 67 0 23 37 237 46 62
Binary 1001111 10110000 10001110 110111 0 10011 11111 10011111 100110 110010

Color Harmonies of #4FB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB08E

Black with #4FB08E

Text Example


Text Example

White with #4FB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,176,142); }

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

background-color css

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

 a { background-color: rgb(79,176,142); }

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

border-color css

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

 span { border-color: rgb(79,176,142); }

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