Html Css Color HEX #48B78A Keppel

📋 copy color: '#48B78A'

red 72 ◦ green 183 ◦ blue 138

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

Shades of Keppel #48B78A

Tints of Keppel #48B78A

RGB

 RED value IS 72 (28.52% from 255) = 18.32%

 GREEN value IS 183 (71.88% from 255) = 46.56%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 18.32%
G = 46.56%
B = 35.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#48B78A (or 0x48B78A) is known color: Keppel. HEX triplet: 48, B7 and 8A. RGB value is (72,183,138). Sum of RGB (Red+Green+Blue) = 72+183+138=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #48B78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B78A is #B74875. Grayscale: #909090. Windows color (decimal): -12011638 or 9090888. OLE color: 9090888.

HSL color Cylindrical-coordinate representation of color #48B78A: hue angle of 155.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B78A is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 183 138 -
CMYK 0.61 0 0.25 0.28
HSL 155.68º 0.44% 0.5% -
HSV(B) 155.68º 0.61% 0.72% -
XYZ 24.19 37.08 29.93 -
YUV 144.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 72 183 138 0.61 0 0.25 0.28 155.68 0.44 0.5
Hex 48 B7 8A 3D 0 19 1C 9C 2C 32
Octal 110 267 212 75 0 31 34 234 54 62
Binary 1001000 10110111 10001010 111101 0 11001 11100 10011100 101100 110010

Color Harmonies of #48B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B78A

Black with #48B78A

Text Example


Text Example

White with #48B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B78A; }

 p { color: rgb(72,183,138); }

 H1.HeaderClassName
 {
   color: #48B78A;
 }
 .AnyTagClassName
 {
   color: #48B78A;
 }
</style>

background-color css

<style>
 a { background-color: #48B78A; }

 a { background-color: rgb(72,183,138); }

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

border-color css

<style>
 span { border-color: #48B78A; }

 span { border-color: rgb(72,183,138); }

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