Html Css Color HEX #53B08B Keppel

📋 copy color: '#53B08B'

red 83 ◦ green 176 ◦ blue 139

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

Shades of Keppel #53B08B

Tints of Keppel #53B08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 20.85%
G = 44.22%
B = 34.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#53B08B (or 0x53B08B) is known color: Keppel. HEX triplet: 53, B0 and 8B. RGB value is (83,176,139). Sum of RGB (Red+Green+Blue) = 83+176+139=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #53B08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B08B is #AC4F74. Grayscale: #909090. Windows color (decimal): -11292533 or 9154643. OLE color: 9154643.

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

Color convert

RGB 83 176 139 -
CMYK 0.53 0 0.21 0.31
HSL 156.13º 0.37% 0.51% -
HSV(B) 156.13º 0.53% 0.69% -
XYZ 23.75 34.75 29.88 -
YUV 143.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 83 176 139 0.53 0 0.21 0.31 156.13 0.37 0.51
Hex 53 B0 8B 35 0 15 1F 9C 25 33
Octal 123 260 213 65 0 25 37 234 45 63
Binary 1010011 10110000 10001011 110101 0 10101 11111 10011100 100101 110011

Color Harmonies of #53B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B08B

Black with #53B08B

Text Example


Text Example

White with #53B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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