#53B08F

Color #53B08F Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #53B08F

Tints of Keppel #53B08F

Color information

#53B08F (or 0x53B08F) is unknown color: approx Keppel. HEX triplet: 53, B0 and 8F. RGB value is (83,176,143). Sum of RGB (Red+Green+Blue) = 83+176+143=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #53B08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B08F is #AC4F70. Grayscale: #909090. Windows color (decimal): -11292529 or 9416787. OLE color: 9416787.

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

Color convert

RGB83176143-
CMYK0.5300.190.31
HSL158.71º37.05%50.78%-
HSV(B)158.71º52.84%69.02%-
XYZ24.0534.8731.45-
YUV144.43127.1984.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=20.65%
G=43.78%
B=35.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831761430.5300.190.31158.7137.0550.78
Hex53B08F350131F9f2533
Octal12326021765023372374563
Binary101001110110000100011111101010100111111110011111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53B08F;
 }
 .AnyTagClassName
 {
   color: #53B08F;
 }
</style>
background-color css

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

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

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

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

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

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