Html Css Color HEX #4BBA8B Keppel

📋 copy color: '#4BBA8B'

red 75 ◦ green 186 ◦ blue 139

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

Shades of Keppel #4BBA8B

Tints of Keppel #4BBA8B

RGB

 RED value IS 75 (29.69% from 255) = 18.75%

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 18.75%
G = 46.5%
B = 34.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#4BBA8B (or 0x4BBA8B) is known color: Keppel. HEX triplet: 4B, BA and 8B. RGB value is (75,186,139). Sum of RGB (Red+Green+Blue) = 75+186+139=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBA8B is #B44574. Grayscale: #939393. Windows color (decimal): -11814261 or 9157195. OLE color: 9157195.

HSL color Cylindrical-coordinate representation of color #4BBA8B: hue angle of 154.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA8B is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 186 139 -
CMYK 0.60 0 0.25 0.27
HSL 154.59º 0.45% 0.51% -
HSV(B) 154.59º 0.6% 0.73% -
XYZ 25.12 38.48 30.53 -
YUV 147.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 75 186 139 0.60 0 0.25 0.27 154.59 0.45 0.51
Hex 4B BA 8B 3C 0 19 1B 9B 2D 33
Octal 113 272 213 74 0 31 33 233 55 63
Binary 1001011 10111010 10001011 111100 0 11001 11011 10011011 101101 110011

Color Harmonies of #4BBA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBA8B

Black with #4BBA8B

Text Example


Text Example

White with #4BBA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,186,139); }

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

background-color css

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

 a { background-color: rgb(75,186,139); }

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

border-color css

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

 span { border-color: rgb(75,186,139); }

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