Html Css Color HEX #48BA8B Keppel

📋 copy color: '#48BA8B'

red 72 ◦ green 186 ◦ blue 139

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

Shades of Keppel #48BA8B

Tints of Keppel #48BA8B

RGB

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

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

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

R = 18.14%
G = 46.85%
B = 35.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#48BA8B (or 0x48BA8B) is known color: Keppel. HEX triplet: 48, BA and 8B. RGB value is (72,186,139). Sum of RGB (Red+Green+Blue) = 72+186+139=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA8B is #B74574. Grayscale: #929292. Windows color (decimal): -12010869 or 9157192. OLE color: 9157192.

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

Color convert

RGB 72 186 139 -
CMYK 0.61 0 0.25 0.27
HSL 155.26º 0.45% 0.51% -
HSV(B) 155.26º 0.61% 0.73% -
XYZ 24.89 38.36 30.52 -
YUV 146.56 123.73 74.82 -
System Red Green Blue C M Y K H S L
Decimal 72 186 139 0.61 0 0.25 0.27 155.26 0.45 0.51
Hex 48 BA 8B 3D 0 19 1B 9B 2D 33
Octal 110 272 213 75 0 31 33 233 55 63
Binary 1001000 10111010 10001011 111101 0 11001 11011 10011011 101101 110011

Color Harmonies of #48BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA8B

Black with #48BA8B

Text Example


Text Example

White with #48BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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