Html Css Color HEX #48BB90 Keppel

📋 copy color: '#48BB90'

red 72 ◦ green 187 ◦ blue 144

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

Shades of Keppel #48BB90

Tints of Keppel #48BB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 17.87%
G = 46.4%
B = 35.73%

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

#48BB90 (or 0x48BB90) is known color: Keppel. HEX triplet: 48, BB and 90. RGB value is (72,187,144). Sum of RGB (Red+Green+Blue) = 72+187+144=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BB90 is #B7446F. Grayscale: #939393. Windows color (decimal): -12010608 or 9485128. OLE color: 9485128.

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

Color convert

RGB 72 187 144 -
CMYK 0.61 0 0.23 0.27
HSL 157.57º 0.46% 0.51% -
HSV(B) 157.57º 0.61% 0.73% -
XYZ 25.48 38.93 32.56 -
YUV 147.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 72 187 144 0.61 0 0.23 0.27 157.57 0.46 0.51
Hex 48 BB 90 3D 0 17 1B 9E 2E 33
Octal 110 273 220 75 0 27 33 236 56 63
Binary 1001000 10111011 10010000 111101 0 10111 11011 10011110 101110 110011

Color Harmonies of #48BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BB90

Black with #48BB90

Text Example


Text Example

White with #48BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,187,144); }

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

background-color css

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

 a { background-color: rgb(72,187,144); }

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

border-color css

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

 span { border-color: rgb(72,187,144); }

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