Html Css Color HEX #4BBB8C Keppel

📋 copy color: '#4BBB8C'

red 75 ◦ green 187 ◦ blue 140

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

Shades of Keppel #4BBB8C

Tints of Keppel #4BBB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.52%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 18.66%
G = 46.52%
B = 34.83%

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

#4BBB8C (or 0x4BBB8C) is known color: Keppel. HEX triplet: 4B, BB and 8C. RGB value is (75,187,140). Sum of RGB (Red+Green+Blue) = 75+187+140=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBB8C is #B44473. Grayscale: #949494. Windows color (decimal): -11814004 or 9222987. OLE color: 9222987.

HSL color Cylindrical-coordinate representation of color #4BBB8C: hue angle of 154.82º 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 #4BBB8C is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 187 140 -
CMYK 0.60 0 0.25 0.27
HSL 154.82º 0.45% 0.51% -
HSV(B) 154.82º 0.6% 0.73% -
XYZ 25.41 38.93 30.99 -
YUV 148.15 123.39 75.82 -
System Red Green Blue C M Y K H S L
Decimal 75 187 140 0.60 0 0.25 0.27 154.82 0.45 0.51
Hex 4B BB 8C 3C 0 19 1B 9B 2D 33
Octal 113 273 214 74 0 31 33 233 55 63
Binary 1001011 10111011 10001100 111100 0 11001 11011 10011011 101101 110011

Color Harmonies of #4BBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBB8C

Black with #4BBB8C

Text Example


Text Example

White with #4BBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,187,140); }

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

background-color css

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

 a { background-color: rgb(75,187,140); }

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

border-color css

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

 span { border-color: rgb(75,187,140); }

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