Html Css Color HEX #50B28A Keppel

📋 copy color: '#50B28A'

red 80 ◦ green 178 ◦ blue 138

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

Shades of Keppel #50B28A

Tints of Keppel #50B28A

RGB

 RED value IS 80 (31.64% from 255) = 20.2%

 GREEN value IS 178 (69.92% from 255) = 44.95%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 20.2%
G = 44.95%
B = 34.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#50B28A (or 0x50B28A) is known color: Keppel. HEX triplet: 50, B2 and 8A. RGB value is (80,178,138). Sum of RGB (Red+Green+Blue) = 80+178+138=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #50B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B28A is #AF4D75. Grayscale: #909090. Windows color (decimal): -11488630 or 9089616. OLE color: 9089616.

HSL color Cylindrical-coordinate representation of color #50B28A: hue angle of 155.51º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B28A is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 138 -
CMYK 0.55 0 0.22 0.30
HSL 155.51º 0.39% 0.51% -
HSV(B) 155.51º 0.55% 0.7% -
XYZ 23.82 35.38 29.62 -
YUV 144.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 80 178 138 0.55 0 0.22 0.30 155.51 0.39 0.51
Hex 50 B2 8A 37 0 16 1E 9C 27 33
Octal 120 262 212 67 0 26 36 234 47 63
Binary 1010000 10110010 10001010 110111 0 10110 11110 10011100 100111 110011

Color Harmonies of #50B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B28A

Black with #50B28A

Text Example


Text Example

White with #50B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B28A; }

 p { color: rgb(80,178,138); }

 H1.HeaderClassName
 {
   color: #50B28A;
 }
 .AnyTagClassName
 {
   color: #50B28A;
 }
</style>

background-color css

<style>
 a { background-color: #50B28A; }

 a { background-color: rgb(80,178,138); }

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

border-color css

<style>
 span { border-color: #50B28A; }

 span { border-color: rgb(80,178,138); }

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