Html Css Color HEX #53B08C Keppel

📋 copy color: '#53B08C'

red 83 ◦ green 176 ◦ blue 140

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

Shades of Keppel #53B08C

Tints of Keppel #53B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 20.8%
G = 44.11%
B = 35.09%

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

#53B08C (or 0x53B08C) is known color: Keppel. HEX triplet: 53, B0 and 8C. RGB value is (83,176,140). Sum of RGB (Red+Green+Blue) = 83+176+140=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #53B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B08C is #AC4F73. Grayscale: #909090. Windows color (decimal): -11292532 or 9220179. OLE color: 9220179.

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

Color convert

RGB 83 176 140 -
CMYK 0.53 0 0.20 0.31
HSL 156.77º 0.37% 0.51% -
HSV(B) 156.77º 0.53% 0.69% -
XYZ 23.83 34.78 30.27 -
YUV 144.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 83 176 140 0.53 0 0.20 0.31 156.77 0.37 0.51
Hex 53 B0 8C 35 0 14 1F 9D 25 33
Octal 123 260 214 65 0 24 37 235 45 63
Binary 1010011 10110000 10001100 110101 0 10100 11111 10011101 100101 110011

Color Harmonies of #53B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B08C

Black with #53B08C

Text Example


Text Example

White with #53B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,176,140); }

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

background-color css

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

 a { background-color: rgb(83,176,140); }

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

border-color css

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

 span { border-color: rgb(83,176,140); }

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