Html Css Color HEX #48BC8D Keppel

📋 copy color: '#48BC8D'

red 72 ◦ green 188 ◦ blue 141

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

Shades of Keppel #48BC8D

Tints of Keppel #48BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.88%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 17.96%
G = 46.88%
B = 35.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#48BC8D (or 0x48BC8D) is known color: Keppel. HEX triplet: 48, BC and 8D. RGB value is (72,188,141). Sum of RGB (Red+Green+Blue) = 72+188+141=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BC8D is #B74372. Grayscale: #949494. Windows color (decimal): -12010355 or 9288776. OLE color: 9288776.

HSL color Cylindrical-coordinate representation of color #48BC8D: hue angle of 155.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BC8D is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 141 -
CMYK 0.62 0 0.25 0.26
HSL 155.69º 0.46% 0.51% -
HSV(B) 155.69º 0.62% 0.74% -
XYZ 25.46 39.27 31.44 -
YUV 147.96 124.07 73.82 -
System Red Green Blue C M Y K H S L
Decimal 72 188 141 0.62 0 0.25 0.26 155.69 0.46 0.51
Hex 48 BC 8D 3E 0 19 1A 9C 2E 33
Octal 110 274 215 76 0 31 32 234 56 63
Binary 1001000 10111100 10001101 111110 0 11001 11010 10011100 101110 110011

Color Harmonies of #48BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC8D

Black with #48BC8D

Text Example


Text Example

White with #48BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,141); }

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

background-color css

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

 a { background-color: rgb(72,188,141); }

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

border-color css

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

 span { border-color: rgb(72,188,141); }

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