Html Css Color HEX #48B68B Keppel

📋 copy color: '#48B68B'

red 72 ◦ green 182 ◦ blue 139

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

Shades of Keppel #48B68B

Tints of Keppel #48B68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.31%

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

R = 18.32%
G = 46.31%
B = 35.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#48B68B (or 0x48B68B) is known color: Keppel. HEX triplet: 48, B6 and 8B. RGB value is (72,182,139). Sum of RGB (Red+Green+Blue) = 72+182+139=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #48B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B68B is #B74974. Grayscale: #909090. Windows color (decimal): -12011893 or 9156168. OLE color: 9156168.

HSL color Cylindrical-coordinate representation of color #48B68B: hue angle of 156.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B68B is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 182 139 -
CMYK 0.60 0 0.24 0.29
HSL 156.55º 0.43% 0.5% -
HSV(B) 156.55º 0.6% 0.71% -
XYZ 24.06 36.7 30.24 -
YUV 144.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 72 182 139 0.60 0 0.24 0.29 156.55 0.43 0.5
Hex 48 B6 8B 3C 0 18 1D 9D 2B 32
Octal 110 266 213 74 0 30 35 235 53 62
Binary 1001000 10110110 10001011 111100 0 11000 11101 10011101 101011 110010

Color Harmonies of #48B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B68B

Black with #48B68B

Text Example


Text Example

White with #48B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,182,139); }

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

background-color css

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

 a { background-color: rgb(72,182,139); }

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

border-color css

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

 span { border-color: rgb(72,182,139); }

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