Html Css Color HEX #53B28E Keppel

📋 copy color: '#53B28E'

red 83 ◦ green 178 ◦ blue 142

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

Shades of Keppel #53B28E

Tints of Keppel #53B28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 20.6%
G = 44.17%
B = 35.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#53B28E (or 0x53B28E) is known color: Keppel. HEX triplet: 53, B2 and 8E. RGB value is (83,178,142). Sum of RGB (Red+Green+Blue) = 83+178+142=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #53B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B28E is #AC4D71. Grayscale: #919191. Windows color (decimal): -11292018 or 9351763. OLE color: 9351763.

HSL color Cylindrical-coordinate representation of color #53B28E: hue angle of 157.26º 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 #53B28E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 142 -
CMYK 0.53 0 0.20 0.30
HSL 157.26º 0.38% 0.51% -
HSV(B) 157.26º 0.53% 0.7% -
XYZ 24.37 35.63 31.18 -
YUV 145.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 83 178 142 0.53 0 0.20 0.30 157.26 0.38 0.51
Hex 53 B2 8E 35 0 14 1E 9D 26 33
Octal 123 262 216 65 0 24 36 235 46 63
Binary 1010011 10110010 10001110 110101 0 10100 11110 10011101 100110 110011

Color Harmonies of #53B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B28E

Black with #53B28E

Text Example


Text Example

White with #53B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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