Html Css Color HEX #48BA8F Keppel

📋 copy color: '#48BA8F'

red 72 ◦ green 186 ◦ blue 143

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

Shades of Keppel #48BA8F

Tints of Keppel #48BA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 17.96%
G = 46.38%
B = 35.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#48BA8F (or 0x48BA8F) is known color: Keppel. HEX triplet: 48, BA and 8F. RGB value is (72,186,143). Sum of RGB (Red+Green+Blue) = 72+186+143=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA8F is #B74570. Grayscale: #939393. Windows color (decimal): -12010865 or 9419336. OLE color: 9419336.

HSL color Cylindrical-coordinate representation of color #48BA8F: hue angle of 157.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BA8F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 143 -
CMYK 0.61 0 0.23 0.27
HSL 157.37º 0.45% 0.51% -
HSV(B) 157.37º 0.61% 0.73% -
XYZ 25.19 38.48 32.09 -
YUV 147.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 72 186 143 0.61 0 0.23 0.27 157.37 0.45 0.51
Hex 48 BA 8F 3D 0 17 1B 9D 2D 33
Octal 110 272 217 75 0 27 33 235 55 63
Binary 1001000 10111010 10001111 111101 0 10111 11011 10011101 101101 110011

Color Harmonies of #48BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA8F

Black with #48BA8F

Text Example


Text Example

White with #48BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,143); }

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

background-color css

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

 a { background-color: rgb(72,186,143); }

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

border-color css

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

 span { border-color: rgb(72,186,143); }

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