Html Css Color HEX #50B298 Keppel

📋 copy color: '#50B298'

red 80 ◦ green 178 ◦ blue 152

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

Shades of Keppel #50B298

Tints of Keppel #50B298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 19.51%
G = 43.41%
B = 37.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#50B298 (or 0x50B298) is known color: Keppel. HEX triplet: 50, B2 and 98. RGB value is (80,178,152). Sum of RGB (Red+Green+Blue) = 80+178+152=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #50B298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B298 is #AF4D67. Grayscale: #919191. Windows color (decimal): -11488616 or 10007120. OLE color: 10007120.

HSL color Cylindrical-coordinate representation of color #50B298: hue angle of 164.08º 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 #50B298 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 152 -
CMYK 0.55 0 0.15 0.30
HSL 164.08º 0.39% 0.51% -
HSV(B) 164.08º 0.55% 0.7% -
XYZ 24.9 35.81 35.31 -
YUV 145.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 80 178 152 0.55 0 0.15 0.30 164.08 0.39 0.51
Hex 50 B2 98 37 0 F 1E A4 27 33
Octal 120 262 230 67 0 17 36 244 47 63
Binary 1010000 10110010 10011000 110111 0 1111 11110 10100100 100111 110011

Color Harmonies of #50B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B298

Black with #50B298

Text Example


Text Example

White with #50B298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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