Html Css Color HEX #53B18E Keppel

📋 copy color: '#53B18E'

red 83 ◦ green 177 ◦ blue 142

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

Shades of Keppel #53B18E

Tints of Keppel #53B18E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.03%

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

R = 20.65%
G = 44.03%
B = 35.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#53B18E (or 0x53B18E) is known color: Keppel. HEX triplet: 53, B1 and 8E. RGB value is (83,177,142). Sum of RGB (Red+Green+Blue) = 83+177+142=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #53B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B18E is #AC4E71. Grayscale: #909090. Windows color (decimal): -11292274 or 9351507. OLE color: 9351507.

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

Color convert

RGB 83 177 142 -
CMYK 0.53 0 0.20 0.31
HSL 157.66º 0.38% 0.51% -
HSV(B) 157.66º 0.53% 0.69% -
XYZ 24.17 35.24 31.12 -
YUV 144.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 83 177 142 0.53 0 0.20 0.31 157.66 0.38 0.51
Hex 53 B1 8E 35 0 14 1F 9E 26 33
Octal 123 261 216 65 0 24 37 236 46 63
Binary 1010011 10110001 10001110 110101 0 10100 11111 10011110 100110 110011

Color Harmonies of #53B18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B18E

Black with #53B18E

Text Example


Text Example

White with #53B18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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