Html Css Color HEX #53B28D Keppel

📋 copy color: '#53B28D'

red 83 ◦ green 178 ◦ blue 141

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

Shades of Keppel #53B28D

Tints of Keppel #53B28D

RGB

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

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

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

R = 20.65%
G = 44.28%
B = 35.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#53B28D (or 0x53B28D) is known color: Keppel. HEX triplet: 53, B2 and 8D. RGB value is (83,178,141). Sum of RGB (Red+Green+Blue) = 83+178+141=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #53B28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B28D is #AC4D72. Grayscale: #919191. Windows color (decimal): -11292019 or 9286227. OLE color: 9286227.

HSL color Cylindrical-coordinate representation of color #53B28D: hue angle of 156.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B28D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 141 -
CMYK 0.53 0 0.21 0.30
HSL 156.63º 0.38% 0.51% -
HSV(B) 156.63º 0.53% 0.7% -
XYZ 24.3 35.6 30.79 -
YUV 145.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 83 178 141 0.53 0 0.21 0.30 156.63 0.38 0.51
Hex 53 B2 8D 35 0 15 1E 9D 26 33
Octal 123 262 215 65 0 25 36 235 46 63
Binary 1010011 10110010 10001101 110101 0 10101 11110 10011101 100110 110011

Color Harmonies of #53B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B28D

Black with #53B28D

Text Example


Text Example

White with #53B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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