Html Css Color HEX #53B995 Keppel

📋 copy color: '#53B995'

red 83 ◦ green 185 ◦ blue 149

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

Shades of Keppel #53B995

Tints of Keppel #53B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 19.9%
G = 44.36%
B = 35.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#53B995 (or 0x53B995) is known color: Keppel. HEX triplet: 53, B9 and 95. RGB value is (83,185,149). Sum of RGB (Red+Green+Blue) = 83+185+149=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #53B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B995 is #AC466A. Grayscale: #969696. Windows color (decimal): -11290219 or 9812307. OLE color: 9812307.

HSL color Cylindrical-coordinate representation of color #53B995: hue angle of 158.82º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B995 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 149 -
CMYK 0.55 0 0.19 0.27
HSL 158.82º 0.42% 0.53% -
HSV(B) 158.82º 0.55% 0.73% -
XYZ 26.34 38.71 34.52 -
YUV 150.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 83 185 149 0.55 0 0.19 0.27 158.82 0.42 0.53
Hex 53 B9 95 37 0 13 1B 9F 2A 35
Octal 123 271 225 67 0 23 33 237 52 65
Binary 1010011 10111001 10010101 110111 0 10011 11011 10011111 101010 110101

Color Harmonies of #53B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B995

Black with #53B995

Text Example


Text Example

White with #53B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,185,149); }

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

background-color css

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

 a { background-color: rgb(83,185,149); }

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

border-color css

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

 span { border-color: rgb(83,185,149); }

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