Html Css Color HEX #53B78D Keppel

📋 copy color: '#53B78D'

red 83 ◦ green 183 ◦ blue 141

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

Shades of Keppel #53B78D

Tints of Keppel #53B78D

RGB

 RED value IS 83 (32.81% from 255) = 20.39%

 GREEN value IS 183 (71.88% from 255) = 44.96%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 20.39%
G = 44.96%
B = 34.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#53B78D (or 0x53B78D) is known color: Keppel. HEX triplet: 53, B7 and 8D. RGB value is (83,183,141). Sum of RGB (Red+Green+Blue) = 83+183+141=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #53B78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B78D is #AC4872. Grayscale: #949494. Windows color (decimal): -11290739 or 9287507. OLE color: 9287507.

HSL color Cylindrical-coordinate representation of color #53B78D: hue angle of 154.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B78D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 141 -
CMYK 0.55 0 0.23 0.28
HSL 154.8º 0.41% 0.52% -
HSV(B) 154.8º 0.55% 0.72% -
XYZ 25.31 37.63 31.13 -
YUV 148.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 83 183 141 0.55 0 0.23 0.28 154.8 0.41 0.52
Hex 53 B7 8D 37 0 17 1C 9B 29 34
Octal 123 267 215 67 0 27 34 233 51 64
Binary 1010011 10110111 10001101 110111 0 10111 11100 10011011 101001 110100

Color Harmonies of #53B78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B78D

Black with #53B78D

Text Example


Text Example

White with #53B78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B78D; }

 p { color: rgb(83,183,141); }

 H1.HeaderClassName
 {
   color: #53B78D;
 }
 .AnyTagClassName
 {
   color: #53B78D;
 }
</style>

background-color css

<style>
 a { background-color: #53B78D; }

 a { background-color: rgb(83,183,141); }

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

border-color css

<style>
 span { border-color: #53B78D; }

 span { border-color: rgb(83,183,141); }

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